vue-meta icon indicating copy to clipboard operation
vue-meta copied to clipboard

VueMetaOptions add changed API

Open yoyo837 opened this issue 2 years ago • 0 comments

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

yoyo837 avatar Mar 01 '23 06:03 yoyo837