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

Option to skip auto install

Open creaven opened this issue 3 years ago • 2 comments

Vue meta now auto installs if there is global window.Vue.

Problem happens when using nuxt and use global window.Vue (it was necessary to integrate with some shared between multiple apps script). Nuxt installs vue-meta with non-default options, but because window.Vue exists, vue-meta auto installs it with default options and Vue.use(Meta, {...}) in nuxt is not working.

To fix it I think vue-meta should support option to skip auto install like setting global window.vueMetaSkipAutoInstall = true before vue-meta script.

creaven avatar Dec 24 '21 06:12 creaven

Thanks for your contribution to vue-meta! This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you would like this issue to remain open:

  1. Verify that you can still reproduce the issue in the latest version of vue-meta
  2. Comment the steps to reproduce it Issues that are labeled as pending will not be automatically marked as stale.

stale[bot] avatar Apr 17 '22 06:04 stale[bot]

issue is still actual

creaven avatar Apr 18 '22 05:04 creaven