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 42994c3 commit 9722bdfCopy full SHA for 9722bdf
README.md
@@ -21,7 +21,8 @@ You can find the source code of examples under `examples` branch.
21
## Table of Contents
22
23
* [Notice](#notice)
24
-* [Installation](#installation)
+* [Installation (NPM & ESM)](#installation-npm--esm)
25
+* [Installation (Script)](#installation-script)
26
* [Components](#components)
27
* [Changelog](#changelog)
28
@@ -135,7 +136,7 @@ Vue.use(VuejsClipper, {
135
136
})
137
```
138
-#### separately import components
139
+#### separately import components (need css loader)
140
141
```javascript
142
import Vue from 'vue'
0 commit comments