We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a749c commit 95a2cc3Copy full SHA for 95a2cc3
README.md
@@ -10,8 +10,8 @@ npm run buildcdn && open dist/index.cdn.html
10
```
11
* CDN
12
13
-https://unpkg.com/vuecsv/dist/static/js/app.cdn.js
14
-https://unpkg.com/vuecsv/dist/static/css/app.cdn.js
+<link rel="stylesheet" href="https://unpkg.com/vuecsv/dist/static/css/app.cdn.css">
+<script type="text/javascript" src="https://unpkg.com/vuecsv/dist/static/js/app.cdn.js"></script>
15
16
17
## Build Setup
0 commit comments