编排UI分类补全showConfirmBox、showMessageBox、showTextArea

This commit is contained in:
fofolee
2025-01-08 15:25:56 +08:00
parent 6af4a15e2a
commit 430466c38c
4 changed files with 110 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
dense
filled
:label="label"
:placeholder="placeholder"
class="variable-input"
>
<template v-slot:append>
@@ -182,6 +183,7 @@ export default defineComponent({
default: () => newVarInputVal("str"),
},
label: String,
placeholder: String,
icon: String,
noIcon: Boolean,
options: {