We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<template>
if
mizu should probably treats <template> as a group block, similarly to how v-if handles it
<template *if="true"> <p></p> <p></p> </template>
Since *else and *empty relies internally on *if, this behaviour would be shared between all of these directives.
*else
*empty
*if
Side note: using <template style="display: contents"> unfortunately doesn't work
<template style="display: contents">
Interaction with *else may be harder, we need to keep track of "appeared" elements
Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Scope
if
What do you want to define?
mizu should probably treats
<template>
as a group block, similarly to how v-if handles itSince
*else
and*empty
relies internally on*if
, this behaviour would be shared between all of these directives.Side note: using
<template style="display: contents">
unfortunately doesn't workInteraction with
*else
may be harder, we need to keep track of "appeared" elementsI have searched for existing issues
Yes
The text was updated successfully, but these errors were encountered: