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
By translating content, I just spot missing anchors on new added titles from the latest release of Vue.
For information, I did a simple regexp on my vscode ^#+.*(?<!\})$ and searched only into src/**/*.md files.
^#+.*(?<!\})$
src/**/*.md
It gaves me following:
src/api/compile-time-flags.md: 17: ## `__VUE_OPTIONS_API__` 23: ## `__VUE_PROD_DEVTOOLS__` 29: ## `__VUE_PROD_HYDRATION_MISMATCH_DETAILS__` <sup class="vt-badge" data-text="3.4+" /> 35: ## Configuration Guides 37: ### Vite 53: ### vue-cli 73: ### webpack 91: ### Rollup src/api/sfc-script-setup.md: 256: ### Modifiers and Transformers src/guide/components/v-model.md: 3: ## Basic Usage 52: ### Under the Hood src/guide/typescript/overview.md: 213: ### Usage with TSX
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
By translating content, I just spot missing anchors on new added titles from the latest release of Vue.
For information, I did a simple regexp on my vscode
^#+.*(?<!\})$
and searched only intosrc/**/*.md
files.It gaves me following:
The text was updated successfully, but these errors were encountered: