Skip to content

Commit

Permalink
attributes need to be inherited in Vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
Helmut Hänsel committed Feb 21, 2024
1 parent fdfcab9 commit 3a787fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/vueplotly.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ e)), {})
"undefined" != typeof window && (directives.resize = Vueresize),
Vue.component("plotly", {
template: '<div :id="id" v-resize:debounce.100="onResize" ></div>',
inheritAttrs: !1,
inheritAttrs: 1,
directives: directives,
props: {
data: {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/vueplotly.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a787fa

Please sign in to comment.