读剪贴板支持图片、html、rtf,新增用户数据分类

This commit is contained in:
fofolee
2025-01-08 22:41:11 +08:00
parent cdd7b89e72
commit d2c3b7999c
8 changed files with 203 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
<template>
<component
:is="!!label ? 'BorderLabel' : 'div'"
:label="label"
:is="!!topLabel ? 'BorderLabel' : 'div'"
:label="topLabel"
:icon="icon"
:model-value="isCollapse"
>
@@ -143,6 +143,10 @@ export default defineComponent({
type: String,
default: "",
},
topLabel: {
type: String,
default: "",
},
icon: {
type: String,
default: "",