Skip to main content
Filter by
Sorted by
Tagged with
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 ...
CJHolowatyj's user avatar
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: /* ...
typed-sigterm's user avatar