We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0bf08 commit 21a3e87Copy full SHA for 21a3e87
src/.vuepress/config.js
@@ -194,19 +194,19 @@ const sidebar = {
194
'/guide/migration/key-attribute',
195
'/guide/migration/keycode-modifiers',
196
'/guide/migration/listeners-removed',
197
- // '/guide/migration/mount-changes',
+ '/guide/migration/mount-changes',
198
// '/guide/migration/props-data',
199
'/guide/migration/props-default-this',
200
'/guide/migration/render-function-api',
201
'/guide/migration/slots-unification',
202
'/guide/migration/suspense',
203
'/guide/migration/transition',
204
- // '/guide/migration/transition-group',
+ '/guide/migration/transition-group',
205
'/guide/migration/v-on-native-modifier-removed',
206
'/guide/migration/v-model',
207
'/guide/migration/v-if-v-for',
208
'/guide/migration/v-bind',
209
- // '/guide/migration/vnode-lifecycle-events',
+ '/guide/migration/vnode-lifecycle-events',
210
'/guide/migration/watch'
211
]
212
},
0 commit comments