Skip to content

Short boolean props don't work #171

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

Closed
timoschwarzer opened this issue Apr 4, 2018 · 1 comment
Closed

Short boolean props don't work #171

timoschwarzer opened this issue Apr 4, 2018 · 1 comment

Comments

@timoschwarzer
Copy link

In Vue we can shorten boolean props like this:

<TextField v-model="password" secure />

// Same as:
<TextField v-model="password" :secure="true" />

However, this does not work in nativescript-vue.

@nativescript-vue-bot
Copy link
Collaborator

We are locking this issue because it has been closed for more than 14 days.

If the issue comes up again please open a new issue with additional details.

@nativescript-vue nativescript-vue locked as resolved and limited conversation to collaborators Jul 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants