mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 08:54:19 +08:00
编排UI分类补全showConfirmBox、showMessageBox、showTextArea
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user