chore(@vben/playground): add a clipboard example (#4133)

* chore(@vben/playground): 增加剪切板示例

* chore: rm unuse code
This commit is contained in:
invalid w
2024-08-13 11:11:13 +08:00
committed by GitHub
parent bf021a0578
commit 6e6e35ae4a
4 changed files with 36 additions and 2 deletions

View File

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