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>
for
mizu should treats <template> as a group block, similarly to how v-for handles it
Example usage
<template *for="2"> <p></p> <p></p> </template>
The complexity probably comes from tracking generated elements (since we don't have a vdom and we don't really want to)
It is also unclears if $generated from *empty should count it as a single generated element or not
$generated
*empty
Needs to interacts nicely with #37
Yes
The text was updated successfully, but these errors were encountered:
*for
No branches or pull requests
Scope
for
What do you want to define?
mizu should treats
<template>
as a group block, similarly to how v-for handles itExample usage
The complexity probably comes from tracking generated elements (since we don't have a vdom and we don't really want to)
It is also unclears if
$generated
from*empty
should count it as a single generated element or notNeeds to interacts nicely with #37
I have searched for existing issues
Yes
The text was updated successfully, but these errors were encountered: