diff --git a/docs/get-started/vue3-vite.md b/docs/get-started/vue3-vite.md index 0418e80a7d56..e79cc1f3b6fc 100644 --- a/docs/get-started/vue3-vite.md +++ b/docs/get-started/vue3-vite.md @@ -285,6 +285,24 @@ import type { MyProps } from '@/types'; // ❌ Cannot be resolved import type { MyProps } from '../types'; // ✅ Can be resolved ``` +## Troubleshooting + +### Storybook doesn't work with my Vue 2 project + +[Vue 2 entered End of Life](https://v2.vuejs.org/lts/) (EOL) on December 31st, 2023, and is no longer maintained by the Vue team. As a result, Storybook no longer supports Vue 2. We recommend you upgrade your project to Vue 3, which Storybook fully supports. If that's not an option, you can still use Storybook with Vue 2 by installing the latest version of Storybook 7 with the following command: + + + + + + + ## API ### Options