- I'm trying to embed a map to my vue component which is written in java script.
I downloaded that map from this web link. Sri Lanka Map
They say to include some JS and CSS files to the head section.
Eg :- <link href="jsmaps/jsmaps.css" rel="stylesheet" type="text/css" />
Where is the head section in my template and how do I inject JS / CSS files to that head section?
