Skip to content

Missing anchors since Vue 3.4 #2637

New issue

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

Closed
edimitchel opened this issue Dec 30, 2023 · 0 comments · Fixed by #2638
Closed

Missing anchors since Vue 3.4 #2637

edimitchel opened this issue Dec 30, 2023 · 0 comments · Fixed by #2638

Comments

@edimitchel
Copy link
Contributor

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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant