mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-08-13 17:12:40 +08:00
为CheckButton和浏览器命令添加占位符提示
This commit is contained in:
parent
b964cdc839
commit
9d3a5cbdf7
@ -19,7 +19,7 @@
|
|||||||
class="q-ml-xs check-btn-icon"
|
class="q-ml-xs check-btn-icon"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<q-tooltip v-if="tooltip">{{ tooltip }}</q-tooltip>
|
<q-tooltip v-if="placeholder">{{ placeholder }}</q-tooltip>
|
||||||
</template>
|
</template>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
@ -43,7 +43,7 @@ export default defineComponent({
|
|||||||
type: String,
|
type: String,
|
||||||
default: "",
|
default: "",
|
||||||
},
|
},
|
||||||
tooltip: {
|
placeholder: {
|
||||||
type: String,
|
type: String,
|
||||||
default: "",
|
default: "",
|
||||||
},
|
},
|
||||||
|
@ -60,6 +60,8 @@ export const browserCommands = {
|
|||||||
},
|
},
|
||||||
useSingleUserDataDir: {
|
useSingleUserDataDir: {
|
||||||
label: "使用独立用户数据目录",
|
label: "使用独立用户数据目录",
|
||||||
|
placeholder:
|
||||||
|
"⚠️注意:不勾选时,会自动关闭所有已打开的浏览器;如需运行多实例必须勾选",
|
||||||
component: "CheckButton",
|
component: "CheckButton",
|
||||||
width: 3,
|
width: 3,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user