mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2026-03-05 13:17:55 +08:00
读剪贴板支持图片、html、rtf,新增用户数据分类
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user