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"
5252Alternatively, you can import ** VanUI** from CDN via a ` <script type="text/javascript"> ` tag:
5353
5454``` 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 >
5656```
5757
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.
5959
6060Note that: ** VanJS** needs to be imported via a ` <script type="text/javascript"> ` tag for ** VanUI** to work properly.
6161
You can’t perform that action at this time.
0 commit comments