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

Hi,

I have started with fresh meteor project.

I followed this official link Vue | Meteor Guide

The css mentioned in App.vue file in 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.

@akryum can you help?

Instead of just meteor run running NO_HMR=1 meteor run solved the issue.