Replies: 2 comments
-
Remember to use the Discord chat to ask questions or Discussions (if enabled)! |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you use not a property name but a JS expression, you need to wrap it in a quote: width: v-bind('style.asideWidth') See documentation: https://vuejs.org/api/sfc-css-features.html#v-bind-in-css
But I'd recommend using plain properties in |
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.
-
Using v-bind in css, volar says:
Beta Was this translation helpful? Give feedback.
All reactions