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

How about export component <metainfo> to prevent `ESLint: The "metainfo" component has been used but not registered.(vue/no-unregistered-components)` #738

Closed n0099 closed 2 years ago

n0099 commented 2 years ago

Exporting this MetainfoImpl into user land will allow us to import and declare it in components define so this rule won't be violated.

stale[bot] commented 2 years ago

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.
yoyo837 commented 2 years ago

Same QA here.