Replies: 2 comments 2 replies
-
|
https://vuejs.org/api/options-rendering.html#render |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
And while we're at it, we should change the dynamic attributes to use curly braces instead of quotes. The current state of affairs with JS expessions as quoted strings looks weird. It makes it difficult to write/interpolate actual strings inside of them, And it creates confusion on whether the attribute value string is going to be evaluated or left as is. |
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.
-
What problem does this feature solve?
Let's improve template syntax by using single curly braces like in Svelte/React instead of the "Mustache" syntax (double curly braces).
Current syntax
What does the proposed API look like?
New syntax
Much cleaner, less chars, better DX!
Beta Was this translation helpful? Give feedback.
All reactions