I'm trying to include css file in index.html of vue2 app using link tag in head section.
It shows the call in inspect element network tab but response is blank. And the style is not applied in DOM.
When I import it in App.Vue using import syntax, it included successfully.
Can anyone tell why it does not apply form index.html?