You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
What does it mean "functional templates" in current issue context?
It's "Vue functional components (with FunctionalRenderContext)" or "Local inline template for current Vue component" ?
If it's the second variant - can be possible using something like this with TypeScript?
@c01nd01r the second one, but that doesn't work for now, html`<div>{{ message }}</div>` returns undefined. I got an idea on how to implement this, but probably as 2.0
Current way:
New syntax:
<span>${vm.message}</span>
@click=${vm.inc}
.map
tov-for
but that's JSX not Vue template..<div v-if=${vm.foo}></div>
The text was updated successfully, but these errors were encountered: