Skip to content

Commit 817b53e

Browse files
authored
chore: add missing anchors (#2172)
1 parent 7884764 commit 817b53e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/api/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ A type helper for defining a Vue component with type inference.
122122
type FooInstance = InstanceType<typeof Foo>
123123
```
124124

125-
### Note on webpack Treeshaking
125+
### Note on webpack Treeshaking {#note-on-webpack-treeshaking}
126126

127127
Because `defineComponent()` is a function call, it could look like that it would produce side-effects to some build tools, e.g. webpack. This will prevent the component from being tree-shaken even when the component is never used.
128128

src/ecosystem/newsletters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Community Newsletters
1+
# Community Newsletters {#community-newsletters}
22

33
There are many great newsletters / Vue-dedicated blogs from the community bringing you latest news and happenings in the Vue ecosystem. Here is a non-exhaustive list of active ones that we have come across:
44

src/guide/components/v-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Component v-model
1+
# Component v-model {#component-v-model}
22

33
`v-model` can be used on a component to implement a two-way binding.
44

src/guide/reusability/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Plugins
1+
# Plugins {#plugins}
22

33
## Introduction {#introduction}
44

src/guide/typescript/composition-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default defineComponent({
131131
})
132132
```
133133

134-
### Complex prop types
134+
### Complex prop types {#complex-prop-types}
135135

136136
With type-based declaration, a prop can use a complex type much like any other type:
137137

0 commit comments

Comments
 (0)