Why is the standard css not showing up when i display my Vue.js components?
I created a new Laravel project with the Breeze starter kit, and I selected the Vue + Inertia option. The home page and the dashboard has the expected styling, but I started expanding the project and I encountered the following problem: When I create a new view component, and put something inside the template, and then render that, the basic css doesn’t show up. I mean that for example the regular hmtl button tag is displayed as plain text, the h1 tag is not bold etc. I have also installed the PrimeVue component library and imported a theme, but those components don’t have any styling either.