There is a problem that css is not applied to app.vue

Solution 1:

I suppose style related to #category-title would be working but #app style wouldn't be applied since since app tag doesn't exist in this component scope for that purpose you need to apply style on index.html file which is present in the public folder like belowenter image description here

Or include a global css file and link in index.html