编排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

@@ -5,6 +5,7 @@
dense
filled
:label="label"
:placeholder="placeholder"
class="number-input"
>
<template v-slot:prepend>
@@ -55,6 +56,10 @@ export default defineComponent({
type: String,
default: "",
},
placeholder: {
type: String,
default: "",
},
icon: {
type: String,
default: "",