ktquez / vue-head

Manager the meta information of the head tag, a simple and easy way
MIT License
984 stars 73 forks source link

How to add links globally for every component? #60

Closed okas closed 6 years ago

okas commented 6 years ago

Hello,

Is it so that only settings that are can be set globally are 'complement' and 'separator'? I wish to add links as well for components globally, instead of defining them in every component. I use single file components.

I've tried to put 'link' option to Vue.use(VueHead, {options}} options object without luck.

okas commented 6 years ago

I didn't succeed with Vue.extend({options}) in main.js file either.

okas commented 6 years ago

My mistake, fond that I need to use 'undo = false' option on element.