enabling components to be rendered when starting Template the first time#334
enabling components to be rendered when starting Template the first time#334briziel wants to merge 1 commit intovuetifyjs:masterfrom
Conversation
I noticed that when I first start the template for Vite, no components are displayed. These lines have fixed the problem. Hope this helps.
|
You shouldn't need to import components or directives when using the Vite plugin. Would you be able to push up a sample repo I can take a look at and let me know environment details and the steps you took so that I can reproduce this on my end. |
|
hey, i think a sample repo shouldn't be neccessary. I just follow the steps of this guide My NPM Version is 8.12.2. Steps to reproduce: After starting. The application looks like this. in my opinion, there shouldn't further code modifications after running the starter to have a components included application. So is there a reason to let the starters user decide whether they to import them manually or just include them via the preinstalled vite plugin? :-) |

I noticed that when I first start the template for Vite, no components are displayed. These lines have fixed the problem. Hope this helps.