nuxt-community / nuxt-property-decorator

Property decorators for Nuxt (base on vue-property-decorator)
https://github.com/kaorun343/vue-property-decorator
MIT License
399 stars 34 forks source link

Cannot pass shorthand boolean attribute in template #63

Closed GiuseppeZeraschi closed 4 years ago

GiuseppeZeraschi commented 4 years ago

I've noticed I am forced to use e.g. :boolean="true" rather than the shorthand attribute (in this example boolean)

husayt commented 4 years ago

Sorry, which example?