Skip to content

Commit

Permalink
docs: update Vue version info in migration guide (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Voodu committed Nov 29, 2022
1 parent 75d2eb9 commit 946562d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/migration-guides/index.md
Expand Up @@ -190,13 +190,13 @@ npm i vue-chartjs

### Change component import path

For Vue 3 projects:
For Vue 2.7 and Vue 3 projects:

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

For Vue 2 projects:
For Vue 2 (<2.7) projects:

```javascript
import { /* component */ } from 'vue-chartjs/legacy'
Expand Down

0 comments on commit 946562d

Please sign in to comment.