feat: 操作日志新增复制功能

This commit is contained in:
秋帆
2024-04-12 21:11:01 +08:00
parent cc69aaecaf
commit 9c9a29ae05
4 changed files with 55 additions and 26 deletions

View File

@@ -34,6 +34,7 @@ declare module 'vue' {
IconTableSize: typeof import('./../components/icons/IconTableSize.vue')['default']
IconTreeAdd: typeof import('./../components/icons/IconTreeAdd.vue')['default']
IconTreeReduce: typeof import('./../components/icons/IconTreeReduce.vue')['default']
JsonPretty: typeof import('./../components/JsonPretty/index.vue')['default']
ParentView: typeof import('./../components/ParentView/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']