Skip to content

Commit 75219a1

Browse files
committed
fix: corrections in migration-build.md, including broken links
vuejs/docs@4e55bbf
1 parent 03c256c commit 75219a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guide/migration/migration-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@ export default {
265265
| COMPILER_V_IF_V_FOR_PRECEDENCE || `v-if``v-for` が同じ要素で使われたときの優先順位が変更されました | [link](/guide/migration/v-if-v-for.html) |
266266
| COMPILER_V_IF_SAME_KEY || `v-if` のブランチでは、同じキーを持つことができなくなりました | [link](/guide/migration/key-attribute.html#on-conditional-branches) |
267267
| COMPILER_V_FOR_TEMPLATE_KEY_PLACEMENT || `<template v-for>` のキーは、`<template>` に置くことが必要になりました | [link](/guide/migration/key-attribute.html#with-template-v-for) |
268-
| COMPILER_SFC_FUNCTIONAL || `<template functional>` は SFC でサポートされなくなりました | [link](/guide/migration/functional-components.html#single-file-components-sfcs) | | |
268+
| COMPILER_SFC_FUNCTIONAL || `<template functional>` は SFC でサポートされなくなりました | [link](/guide/migration/functional-components.html#single-file-components-sfcs) |
269269

270270
### 注意点付きの部分的な互換性
271271

272272
| ID | 分類 | 説明 | ドキュメント |
273273
| ------------------------ | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
274-
| CONFIG_IGNORED_ELEMENTS || `config.ignoredElements``config.compilerOptions.isCustomElement` になりました(ブラウザコンパイラビルドでのみ)。ビルドセットアップを使用している場合は、`isCustomElement` をビルド設定で渡さなければなりません | [link](/guide/migration/global-api.html#config-ignoredelements-is-now-config-iscustomelement) |
274+
| CONFIG_IGNORED_ELEMENTS || `config.ignoredElements``config.compilerOptions.isCustomElement` になりました(ブラウザコンパイラビルドでのみ)。ビルドセットアップを使用している場合は、`isCustomElement` をビルド設定で渡さなければなりません | [link](/guide/migration/global-api.html#config-ignoredelements-is-now-config-compileroptions-iscustomelement) |
275275
| COMPILER_INLINE_TEMPLATE || `inline-template` は削除されました(compat はブラウザのコンパイラビルドでのみサポートされます) | [link](/guide/migration/inline-template-attribute.html) |
276276
| PROPS_DEFAULT_THIS || props のデフォルトファクトリは `this` にアクセスできなくなりました(compat モードに置いて `this` は実際のインスタンスではなく、props、`$options` および injections を公開しているだけになります) | [link](/guide/migration/props-default-this.html) |
277277
| INSTANCE_DESTROY || `$destroy` インスタンスメソッドは削除されました(compat モードでは、ルートインスタンスでのみサポートされています) | |
@@ -290,7 +290,7 @@ export default {
290290
| ID | 分類 | 説明 | ドキュメント |
291291
| ---------------------------- | ---- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
292292
| GLOBAL_MOUNT || new Vue() -> createApp | [link](/guide/migration/global-api.html#mounting-app-instance) |
293-
| GLOBAL_EXTEND || Vue.extend は削除されました(`defineComponent`または`extends`オプションを使用してください) | [link](/guide/migration/global-api.html#vue-extend-replaced-by-definecomponent) |
293+
| GLOBAL_EXTEND || Vue.extend は削除されました(`defineComponent`または`extends`オプションを使用してください) | [link](/guide/migration/global-api.html#vue-extend-removed) |
294294
| GLOBAL_PROTOTYPE || `Vue.prototype` -> `app.config.globalProperties` | [link](/guide/migration/global-api.html#vue-prototype-replaced-by-config-globalproperties) |
295295
| GLOBAL_SET || `Vue.set` は削除されました(不要になりました) | |
296296
| GLOBAL_DELETE || `Vue.delete` は削除されました(不要になりました) | |

0 commit comments

Comments
 (0)