Add an option to disable shortcuts #1784
mityukov
started this conversation in
3. Feature Ideas
Replies: 1 comment
-
Interesting, in general Alpine is not meant to be intermingled with Vue, however, I could see the desire for something like this. Maybe if there's enough demand for this I would consider adding it, but in the meantime, my recommendation would be to do a find and replace in all your Vue components to use |
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
-
Hi, is it possible to add an option allowing to disable shortcuts like
:prop
or@event
? Such a "strict" mode.For instance, I still have plenty of Vue JS components in my project (which I gradually transfer to TALL), and those components are extensively using the same shortcuts. I don't mind using full syntax in all my new code (
x-on:zzz
,x-bind:bbb
), but there's lots of the old one which sometimes conflicts…Beta Was this translation helpful? Give feedback.
All reactions