We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See vuepress/ecosystem@42a3474
Export these configurations so that downstream plugin can never break, i.e.:
export const INSPECTOR_ID = 'org.vuejs.vuepress' export const INSPECTOR_LABEL = 'VuePress'
Also I would suggest regrouping these things.
Before:
Client Data: layouts pageData pageComponent pageFrontmatter pageHead pageHeadTitle pageLang pageLayout redirects routeLocale routePath routes siteData siteLocaleData
After:
Site Data: siteData siteLocaleData layouts Routes: routes redirects routePath routeLocale Page Data: pageData pageComponent pageFrontmatter pageHead pageHeadTitle pageLang pageLayout
No response
The text was updated successfully, but these errors were encountered:
This issue is marked as stale because it has not had recent activity. Issues marked with stale will be closed if they have no activity within 7 days.
stale
Sorry, something went wrong.
No branches or pull requests
Clear and concise description of the problem
See vuepress/ecosystem@42a3474
Suggested solution
Export these configurations so that downstream plugin can never break, i.e.:
Also I would suggest regrouping these things.
Before:
After:
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: