File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ import { <components you want to import> } from "vanjs-ui"
52
52
Alternatively, you can import ** VanUI** from CDN via a ` <script type="text/javascript"> ` tag:
53
53
54
54
``` html
55
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/vanjs-ui@0.11.2 /dist/van-ui.nomodule.min.js" ></script >
55
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/vanjs-ui@0.11.3 /dist/van-ui.nomodule.min.js" ></script >
56
56
```
57
57
58
- ` https://cdn.jsdelivr.net/npm/vanjs-ui@0.11.2 /dist/van-ui.nomodule.js ` can be used for the non-minified version.
58
+ ` https://cdn.jsdelivr.net/npm/vanjs-ui@0.11.3 /dist/van-ui.nomodule.js ` can be used for the non-minified version.
59
59
60
60
Note that: ** VanJS** needs to be imported via a ` <script type="text/javascript"> ` tag for ** VanUI** to work properly.
61
61
You can’t perform that action at this time.
0 commit comments