v-if | null check doesn't work for events (?)
Closed this issue · 3 comments
Shinigami92 commented
johnsoncodehk commented
This is expected, see vuejs/language-tools#146.
Shinigami92 commented
Okay, so I need to wait on vuejs/core#1359
And just use workarounds for this at the moment, okay
Thanks for the incredible fast answer 🚀
Shinigami92 commented
My workaround is now:
@click="template && openSharedComponentDialog(template.sharedPath)"