diff --git a/docs/pages/migration.vue b/docs/pages/migration.vue
index 15d2025d..20f6d04d 100644
--- a/docs/pages/migration.vue
+++ b/docs/pages/migration.vue
@@ -28,6 +28,9 @@
Preset system
|
+
+ Typescript
+ |
@@ -49,6 +52,10 @@
✅
❌
+
+ ✅
+ ❌
+ |
@@ -175,7 +182,10 @@ const components = [
},
{
label: 'VerticalNavigation',
- to: '/components/VerticalNavigation'
+ to: '/components/VerticalNavigation',
+ nuxt3: true,
+ capi: true,
+ preset: true
},
{
label: 'Modal',