nuxt / vue-meta

Manage HTML metadata in Vue.js components with SSR support
https://vue-meta.nuxtjs.org
Other
4.08k stars 247 forks source link

VueMetaOptions add changed API #795

Open yoyo837 opened 1 year ago

yoyo837 commented 1 year ago
Vue.use(VueMeta, {
  keyName: 'head',
  refreshOnceOnNavigation: true,
  changed(title) {
    console.log(title);
  }
});