Skip to content

Commit 946562d

Browse files
authored
docs: update Vue version info in migration guide (#938)
1 parent 75d2eb9 commit 946562d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/migration-guides/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,13 @@ npm i vue-chartjs
190190

191191
### Change component import path
192192

193-
For Vue 3 projects:
193+
For Vue 2.7 and Vue 3 projects:
194194

195195
```javascript
196196
import { /* component */ } from 'vue-chartjs'
197197
```
198198

199-
For Vue 2 projects:
199+
For Vue 2 (<2.7) projects:
200200

201201
```javascript
202202
import { /* component */ } from 'vue-chartjs/legacy'

0 commit comments

Comments
 (0)