From 946562d7ad59934a9c0648772a46824a4b0a52c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=81ado=C5=84ski?= Date: Tue, 29 Nov 2022 14:25:59 +0100 Subject: [PATCH] docs: update Vue version info in migration guide (#938) --- website/src/migration-guides/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/migration-guides/index.md b/website/src/migration-guides/index.md index cfd61f22..41190bbb 100644 --- a/website/src/migration-guides/index.md +++ b/website/src/migration-guides/index.md @@ -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'