You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/migration/migration-build.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -264,32 +264,32 @@ Features that start with `COMPILER_` are compiler-specific: if you are using the
264
264
| COMPILER_V_IF_V_FOR_PRECEDENCE | β¨ | `v-if` and `v-for` precedence when used on the same element has changed | [link](/guide/migration/v-if-v-for.html) |
265
265
| COMPILER_V_IF_SAME_KEY | β¨ | `v-if` branches can no longer have the same key | [link](/guide/migration/key-attribute.html#on-conditional-branches) |
266
266
| COMPILER_V_FOR_TEMPLATE_KEY_PLACEMENT | β¨ | `<template v-for>` key should now be placed on `<template>` | [link](/guide/migration/key-attribute.html#with-template-v-for) |
267
-
| COMPILER_SFC_FUNCTIONAL | β¨ | `<template functional>` is no longer supported in SFCs | [link](/guide/migration/functional-components.html#single-file-components-sfcs) | | |
267
+
| COMPILER_SFC_FUNCTIONAL | β¨ | `<template functional>` is no longer supported in SFCs | [link](/guide/migration/functional-components.html#single-file-components-sfcs) |
| CONFIG_IGNORED_ELEMENTS | β | `config.ignoredElements` is now `config.compilerOptions.isCustomElement` (only in browser compiler build). If using build setup, `isCustomElement` must be passed via build configuration. | [link](/guide/migration/global-api.html#config-ignoredelements-is-now-config-iscustomelement) |
274
-
| COMPILER_INLINE_TEMPLATE | β | `inline-template` removed (compat only supported in browser compiler build) | [link](/guide/migration/inline-template-attribute.html) |
275
-
| PROPS_DEFAULT_THIS | β | props default factory no longer have access to `this` (in compat mode, `this` is not a real instance - it only exposes props, `$options` and injections) | [link](/guide/migration/props-default-this.html) |
276
-
| INSTANCE_DESTROY | β | `$destroy` instance method removed (in compat mode, only supported on root instance) | |
277
-
| GLOBAL_PRIVATE_UTIL | β | `Vue.util` is private and no longer available | |
| CONFIG_IGNORED_ELEMENTS | β | `config.ignoredElements` is now `config.compilerOptions.isCustomElement` (only in browser compiler build). If using build setup, `isCustomElement` must be passed via build configuration. | [link](/guide/migration/global-api.html#config-ignoredelements-is-now-config-compileroptions-iscustomelement) |
274
+
| COMPILER_INLINE_TEMPLATE | β | `inline-template` removed (compat only supported in browser compiler build) | [link](/guide/migration/inline-template-attribute.html) |
275
+
| PROPS_DEFAULT_THIS | β | props default factory no longer have access to `this` (in compat mode, `this` is not a real instance - it only exposes props, `$options` and injections) | [link](/guide/migration/props-default-this.html) |
276
+
| INSTANCE_DESTROY | β | `$destroy` instance method removed (in compat mode, only supported on root instance) | |
277
+
| GLOBAL_PRIVATE_UTIL | β | `Vue.util` is private and no longer available | |
0 commit comments