chore(@vben/playground): add a clipboard example (#4133)
* chore(@vben/playground): 增加剪切板示例 * chore: rm unuse code
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
// 面包屑导航
|
||||
|
Reference in New Issue
Block a user