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 @@ -16,11 +16,11 @@ VueQuill ships as a UMD module that is accessible in the browser. When loaded in
16
16
17
17
<!-- use the latest VueQuill release -->
18
18
<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" >
20
20
21
21
<!-- or point to a specific VueQuill release -->
22
22
<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" >
24
24
```
25
25
26
26
::: warning
You can’t perform that action at this time.
0 commit comments