-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Scoped states #12212
New issue
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
Comments
Please search v-scope in issues and PR to see this was already asked |
@posva where can I find the existing pr/issue? I’ve tried searching it in both but cannot find it. This is actually how I stumbled upon this issue as this is the one thing I can do in petite vue that I can’t do in vue without having to create a component. |
Closed
Duplicate of #7325 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What problem does this feature solve?
when we want to do something like hide / show password input we should add state called "IsVisible" in our data but actually this data is specific for this input not relate to our app so we shoud put it on a scope of the element to prevent our data's pollution
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: