How to change #app style (v-bind in css)? #8019
Unanswered
alexbakers
asked this question in
Help/Questions
Replies: 1 comment
-
In fact, CSSVars will not affect the parent. The CSSVars of the child components in the component will not react with the dom of the parent component(see), and the entire dom tree of Vue is mounted under the root container, so CSSVars does not affect the root container and html tags |
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
-
Hello,
https://vuejs.org/api/sfc-css-features.html#v-bind-in-css
How to change body or html or #app style?
https://stackblitz.com/edit/daisyui-vue-vite-apzrgv?file=src/App.vue
Beta Was this translation helpful? Give feedback.
All reactions