Custom head/body v-show="show('colume')" does not work
goaround opened this issue · 2 comments
goaround commented
Hi,
I just upgraded to 2.0 and everythink works fine except the v-show="show('colume')" on a custom head/body. Renamed showColumn to show as described.
[Vue warn]: Property "show" was accessed during render but is not defined on instance.
Uncaught (in promise) TypeError: _ctx.show is not a function
Any idea or example?
pascalbaljet commented
I’ll soon create an example in the docs. And thanks for the sponsorship, Johannes!
anscharivs commented
Same