feat: added file download examples (#4853)

This commit is contained in:
Vben
2024-11-10 11:50:06 +08:00
committed by GitHub
parent 90dc00b168
commit a3d0d2ed34
7 changed files with 250 additions and 2 deletions

View File

@@ -177,6 +177,16 @@ const routes: RouteRecordRaw[] = [
title: $t('demos.features.fullScreen'),
},
},
{
name: 'FileDownloadDemo',
path: '/demos/features/file-download',
component: () =>
import('#/views/demos/features/file-download/index.vue'),
meta: {
icon: 'lucide:hard-drive-download',
title: $t('demos.features.fileDownload'),
},
},
{
name: 'ClipboardDemo',
path: '/demos/features/clipboard',