Skip to content

Commit bf20481

Browse files
committed
feat: pass through attributes to the underlying frame
1 parent 34dc8b3 commit bf20481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: components/Navigator.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default {
1515
this.$listeners,
1616
{loaded: this.onFrameLoaded}
1717
),
18+
attrs: this.$attrs,
1819
},
1920
[this.slotContent]
2021
)

0 commit comments

Comments
 (0)