Skip to content

Commit 67f0fb5

Browse files
Update README.md
1 parent f23f618 commit 67f0fb5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,14 @@ Plugin accepts `object` or `jsonstring` during initialization with props [This i
114114
<nuxt :style="VueThemeManager" />
115115
```
116116
117+
118+
119+
120+
> Now use in Any Component Like this Both in Nuxt and Vue Projects
117121
```HTML
118122
anycomponent.vue
123+
124+
119125
<template>
120126
<div class="wrapper">
121127
Hello World
@@ -136,7 +142,8 @@ Hello World
136142
</div>
137143
</template>
138144
<style>
139-
#app{
145+
.wrapper{
146+
...
140147
background-color:var(--background-color);
141148
text-color:var(--text-color);
142149
...

0 commit comments

Comments
 (0)