arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 225 forks source link

vue-meta not working? #154

Open adabutch opened 5 years ago

adabutch commented 5 years ago

I can't get vue-meta working.

In my main.js I have:

import Meta from "vue-meta"
Vue.use(Meta)

And have been trying to use it throughout with: metaInfo: { ... }

Am I wrong to expect src/templates/NotFound.vue to display a page head title of:

Page Not Found | Vue Design System

... which it is not, for me.

Thoughts? Thanks!!