2 questions
0
votes
0
answers
113
views
Using Unplugin-Auto-Import with Laravel/Vue3/Vite/InertiaJS+SSR/Pinia/Typescript stack?
I'm trying to get unplugin-auto-import to work within my Laravel/Vue3/Vite/InertiaJS+SSR/Typescript/Pinia project, and no matter what configuration I try, I seem to always get a ref is not defined ...
0
votes
1
answer
542
views
Should I add components.d.ts to gitignore?
components.d.ts is auto-generated by unplugin-vue-components when dev server starts. It often cause conflicts when merging PRs in the projects I have participated in.
components.d.ts looks like:
/* ...