feat(@vben/playground): add full-screen examples (#4126)

* feat(@vben/playground): add full-screen examples

* chore: rm unuse class

* chore: move fullScreen demo to features router

* chore: responsive

* chore: 调整路由路径

* chore: card增加间距

---------

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
This commit is contained in:
invalid w
2024-08-13 11:37:03 +08:00
committed by GitHub
parent 6e6e35ae4a
commit f20c5d9e2e
5 changed files with 63 additions and 1 deletions

View File

@@ -165,6 +165,15 @@ const routes: RouteRecordRaw[] = [
},
],
},
{
name: 'FullScreenDemo',
path: '/demos/features/full-screen',
component: () =>
import('#/views/demos/features/full-screen/index.vue'),
meta: {
title: $t('page.demos.features.fullScreen.title'),
},
},
{
name: 'ClipboardDemo',
path: '/demos/features/clipboard',

View File

@@ -17,7 +17,7 @@ const routes: RouteRecordRaw[] = [
children: [
{
name: 'EllipsisDemo',
path: '/examples/ellipsis',
path: 'ellipsis',
component: () => import('#/views/examples/ellipsis/index.vue'),
meta: {
title: $t('page.examples.ellipsis.title'),