meteor-vue / vue-meteor

🌠 Vue first-class integration in Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css in <style> block in .vue is not being applied

yenniSuresh opened this issue · comments

Hi,

I have started with fresh meteor project.

I followed this official link

The css mentioned in App.vue file in <style> are not reflected in browser and I can't find them when I inspect the page.

I have spent sometime trying figuring out what issue could be but no luck.