Skip to content

Commit bffc0c2

Browse files
committed
docs: update installation.md
1 parent 43b905c commit bffc0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ VueQuill ships as a UMD module that is accessible in the browser. When loaded in
1616

1717
<!-- use the latest VueQuill release -->
1818
<script src="https://unpkg.com/@vueup/vue-quill@latest"></script>
19-
<link rel="stylesheet" href="https://unpkg.com/@vueup/vue-quill@latest/dist/vue-quill.snow.css">
19+
<link rel="stylesheet" href="https://unpkg.com/@vueup/vue-quill@latest/dist/vue-quill.snow.prod.css">
2020

2121
<!-- or point to a specific VueQuill release -->
2222
<script src="https://unpkg.com/@vueup/vue-quill@version"></script>
23-
<link rel="stylesheet" href="https://unpkg.com/@vueup/vue-quill@version/dist/vue-quill.snow.css">
23+
<link rel="stylesheet" href="https://unpkg.com/@vueup/vue-quill@version/dist/vue-quill.snow.prod.css">
2424
```
2525

2626
::: warning

0 commit comments

Comments
 (0)