Skip to content

Commit

Permalink
feat: pass through attributes to the underlying frame
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Sep 7, 2019
1 parent 34dc8b3 commit bf20481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default {
this.$listeners,
{loaded: this.onFrameLoaded}
),
attrs: this.$attrs,
},
[this.slotContent]
)
Expand Down

0 comments on commit bf20481

Please sign in to comment.