Miguel-Bento-Github / vite-vue-ts-storybook

Template project - Vite, Vue 3, VueI18n, Storybook, TS, ESLint and Prettier

Home Page:https://miguel-bento-github.github.io/vite-vue-ts-storybook/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why set `reactDocgen` option?

IanVS opened this issue · comments

Hi, I'm curious, since this is a vue3 project, why are you setting reactDocgen and reactDocgenTypescriptOptions options?

For vue3 projects, the vite builder automatically adds a plugin using vue-docgen-api.

Sorry for the late reply, I believe this was left behind searching for the reason why react's type checking was "leaking" to the app with the classic "did you mean className"?

Thanks for the opening the issue.