Skip to content

Commit 9722bdf

Browse files
docs: ✏️ Update for installation
1 parent 42994c3 commit 9722bdf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ You can find the source code of examples under `examples` branch.
2121
## Table of Contents
2222

2323
* [Notice](#notice)
24-
* [Installation](#installation)
24+
* [Installation (NPM & ESM)](#installation-npm--esm)
25+
* [Installation (Script)](#installation-script)
2526
* [Components](#components)
2627
* [Changelog](#changelog)
2728

@@ -135,7 +136,7 @@ Vue.use(VuejsClipper, {
135136
})
136137
```
137138

138-
#### separately import components
139+
#### separately import components (need css loader)
139140

140141
```javascript
141142
import Vue from 'vue'

0 commit comments

Comments
 (0)