File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ declare module 'vue' {
230230
231231参照:
232232
233- - [ コンポーネントの型拡張の TypeScript の単体テスト] ( https://github.com/vuejs/core/blob/main/packages/dts-test/componentTypeExtensions.test-d.tsx )
233+ - [ コンポーネントの型拡張の TypeScript の単体テスト] ( https://github.com/vuejs/core/blob/main/packages-private /dts-test/componentTypeExtensions.test-d.tsx )
234234
235235### 型拡張の配置 {#type-augmentation-placement}
236236
@@ -290,4 +290,4 @@ declare module 'vue' {
290290
291291参照:
292292
293- - [ コンポーネントの型拡張の TypeScript の単体テスト] ( https://github.com/vuejs/core/blob/main/packages/dts-test/componentTypeExtensions.test-d.tsx )
293+ - [ コンポーネントの型拡張の TypeScript の単体テスト] ( https://github.com/vuejs/core/blob/main/packages-private /dts-test/componentTypeExtensions.test-d.tsx )
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export default defineComponent({
112112参照:
113113
114114- [ webpack のツリーシェイキングに関する注意] ( /api/general#note-on-webpack-treeshaking )
115- - [ ` defineComponent ` の型テスト] ( https://github.com/vuejs/core/blob/main/packages/dts-test/defineComponent.test-d.tsx )
115+ - [ ` defineComponent ` の型テスト] ( https://github.com/vuejs/core/blob/main/packages-private /dts-test/defineComponent.test-d.tsx )
116116
117117::: tip
118118` defineComponent() ` は、プレーンな JavaScript で定義されたコンポーネントに対しても型推論を行うことができます。
You can’t perform that action at this time.
0 commit comments