mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
docs: update migration page
This commit is contained in:
@@ -28,6 +28,9 @@
|
|||||||
<th scope="col" class="px-6 py-3 text-left text-xs font-medium u-text-gray-500 uppercase tracking-wider">
|
<th scope="col" class="px-6 py-3 text-left text-xs font-medium u-text-gray-500 uppercase tracking-wider">
|
||||||
Preset system
|
Preset system
|
||||||
</th>
|
</th>
|
||||||
|
<th scope="col" class="px-6 py-3 text-left text-xs font-medium u-text-gray-500 uppercase tracking-wider">
|
||||||
|
Typescript
|
||||||
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -49,6 +52,10 @@
|
|||||||
<span v-if="component.preset">✅</span>
|
<span v-if="component.preset">✅</span>
|
||||||
<span v-else>❌</span>
|
<span v-else>❌</span>
|
||||||
</td>
|
</td>
|
||||||
|
<td class="px-6 py-4 whitespace-nowrap text-sm u-text-gray-500">
|
||||||
|
<span v-if="component.typescript">✅</span>
|
||||||
|
<span v-else>❌</span>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
@@ -175,7 +182,10 @@ const components = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'VerticalNavigation',
|
label: 'VerticalNavigation',
|
||||||
to: '/components/VerticalNavigation'
|
to: '/components/VerticalNavigation',
|
||||||
|
nuxt3: true,
|
||||||
|
capi: true,
|
||||||
|
preset: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Modal',
|
label: 'Modal',
|
||||||
|
|||||||
Reference in New Issue
Block a user