@@ -265,13 +265,13 @@ export default {
265
265
| COMPILER_V_IF_V_FOR_PRECEDENCE | ⨂ | ` v-if ` と ` v-for ` が同じ要素で使われたときの優先順位が変更されました | [ link] ( /guide/migration/v-if-v-for.html ) |
266
266
| COMPILER_V_IF_SAME_KEY | ⨂ | ` v-if ` のブランチでは、同じキーを持つことができなくなりました | [ link] ( /guide/migration/key-attribute.html#on-conditional-branches ) |
267
267
| 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 ) |
269
269
270
270
### 注意点付きの部分的な互換性
271
271
272
272
| ID | 分類 | 説明 | ドキュメント |
273
273
| ------------------------ | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
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 ) |
275
275
| COMPILER_INLINE_TEMPLATE | ◐ | ` inline-template ` は削除されました(compat はブラウザのコンパイラビルドでのみサポートされます) | [ link] ( /guide/migration/inline-template-attribute.html ) |
276
276
| PROPS_DEFAULT_THIS | ◐ | props のデフォルトファクトリは ` this ` にアクセスできなくなりました(compat モードに置いて ` this ` は実際のインスタンスではなく、props、` $options ` および injections を公開しているだけになります) | [ link] ( /guide/migration/props-default-this.html ) |
277
277
| INSTANCE_DESTROY | ◐ | ` $destroy ` インスタンスメソッドは削除されました(compat モードでは、ルートインスタンスでのみサポートされています) | |
@@ -290,7 +290,7 @@ export default {
290
290
| ID | 分類 | 説明 | ドキュメント |
291
291
| ---------------------------- | ---- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
292
292
| 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 ) |
294
294
| GLOBAL_PROTOTYPE | ✔ | ` Vue.prototype ` -> ` app.config.globalProperties ` | [ link] ( /guide/migration/global-api.html#vue-prototype-replaced-by-config-globalproperties ) |
295
295
| GLOBAL_SET | ✔ | ` Vue.set ` は削除されました(不要になりました) | |
296
296
| GLOBAL_DELETE | ✔ | ` Vue.delete ` は削除されました(不要になりました) | |
0 commit comments