We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23f618 commit 67f0fb5Copy full SHA for 67f0fb5
README.md
@@ -114,8 +114,14 @@ Plugin accepts `object` or `jsonstring` during initialization with props [This i
114
<nuxt :style="VueThemeManager" />
115
```
116
117
+
118
119
120
+> Now use in Any Component Like this Both in Nuxt and Vue Projects
121
```HTML
122
anycomponent.vue
123
124
125
<template>
126
<div class="wrapper">
127
Hello World
@@ -136,7 +142,8 @@ Hello World
136
142
</div>
137
143
</template>
138
144
<style>
139
- #app{
145
+ .wrapper{
146
+ ...
140
147
background-color:var(--background-color);
141
148
text-color:var(--text-color);
149
...
0 commit comments