Replies: 1 comment
-
Duplicate of #505 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I like
v-scope
in petite-vue. It helps me write less boilerplate code for declaring local variables. Before that, I tried to achieve a similar effect with scoped slot orv-for
. If this feature is built into the standard Vue, it will bring a lot of convenience.Demo with scoped slot
https://codesandbox.io/s/use-state-228br?file=/src/App.vue
Demo with
v-if
Beta Was this translation helpful? Give feedback.
All reactions