Skip to content

Commit 3c2bf13

Browse files
committed
readme update
1 parent 491dcad commit 3c2bf13

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
## Demo
6565

66-
Check out our [demo](https://jsfiddle.net/p60t2bs4/2/).
66+
Check out our [demo](https://jsfiddle.net/quc03rf4/).
6767

6868
## Installation
6969

@@ -155,7 +155,7 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
155155
/>
156156
```
157157

158-
[JSFiddle - Example #1](https://jsfiddle.net/p60t2bs4/2/)
158+
[JSFiddle - Example #1](https://jsfiddle.net/quc03rf4/)
159159

160160
### Toggle with labels
161161

@@ -168,7 +168,7 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
168168
/>
169169
```
170170

171-
[JSFiddle - Example #2](https://jsfiddle.net/p60t2bs4/2/)
171+
[JSFiddle - Example #2](https://jsfiddle.net/quc03rf4/)
172172

173173
### Toggle with custom values
174174

@@ -181,7 +181,7 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
181181
/>
182182
```
183183

184-
[JSFiddle - Example #3](https://jsfiddle.net/p60t2bs4/2/)
184+
[JSFiddle - Example #3](https://jsfiddle.net/quc03rf4/)
185185

186186
### Toggle with custom styles
187187

@@ -190,14 +190,18 @@ Join our [Discord channel](https://discord.gg/WhX2nG6GTQ) or [open an issue](htt
190190
v-model="value"
191191
id="example4"
192192
font-size="15px"
193-
on-background="#35495e"
194193
:width="80"
195194
:height="30"
196195
:speed="500"
196+
:colors="{
197+
background: {
198+
on: '#35495e'
199+
}
200+
}"
197201
/>
198202
```
199203

200-
[JSFiddle - Example #4](https://jsfiddle.net/p60t2bs4/2/)
204+
[JSFiddle - Example #4](https://jsfiddle.net/quc03rf4/)
201205

202206
## About Vueform
203207

0 commit comments

Comments
 (0)