File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Can be used as a webcomponent. The form data will be posted to a given endpoint.
118
118
<head >
119
119
<meta charset =" UTF-8" >
120
120
<title >Title</title >
121
- <link rel =" stylesheet" href =" https://unpkg.com/@educorvi/vue-json-form/dist/webcomponent/dist.css" >
121
+ <link rel =" stylesheet" href =" https://unpkg.com/@educorvi/vue-json-form@^2 /dist/webcomponent/dist.css" >
122
122
</head >
123
123
<body >
124
124
<!-- json: Your JSON Schema -->
@@ -129,7 +129,7 @@ Can be used as a webcomponent. The form data will be posted to a given endpoint.
129
129
></vue-json-form >
130
130
131
131
132
- <script src =" https://unpkg.com/@educorvi/vue-json-form/dist/webcomponent/dist.umd.min.js" ></script >
132
+ <script src =" https://unpkg.com/@educorvi/vue-json-form/dist/webcomponent@^2 /dist.umd.min.js" ></script >
133
133
</body >
134
134
</html >
135
135
```
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< title > Title</ title >
6
- < link rel ="stylesheet " href ="https://unpkg.com/@educorvi/vue-json-form/dist/webcomponent/dist.css ">
6
+ < link rel ="stylesheet " href ="https://unpkg.com/@educorvi/vue-json-form@^2 /dist/webcomponent/dist.css ">
7
7
</ head >
8
8
< body >
9
9
< vue-json-form
12
12
> </ vue-json-form >
13
13
14
14
15
- < script src ="https://unpkg.com/@educorvi/vue-json-form/dist/webcomponent/dist.umd.min.js "> </ script >
15
+ < script src ="https://unpkg.com/@educorvi/vue-json-form@^2 /dist/webcomponent/dist.umd.min.js "> </ script >
16
16
</ body >
17
17
</ html >
You can’t perform that action at this time.
0 commit comments