mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
添加空文本校验
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
style="width: 280px"
|
||||
autofocus
|
||||
v-model="$root.profile.quickFileTag"
|
||||
@blur="$root.profile.quickFileTag || ($root.profile.quickFileTag = '文件')"
|
||||
type="text"
|
||||
>
|
||||
<template v-slot:append>
|
||||
@@ -68,6 +69,8 @@
|
||||
input-class="text-center"
|
||||
style="width: 280px"
|
||||
v-model="$root.profile.quickUrlTag"
|
||||
@blur="$root.profile.quickUrlTag || ($root.profile.quickUrlTag = '网址')"
|
||||
|
||||
type="text"
|
||||
>
|
||||
<template v-slot:append>
|
||||
|
Reference in New Issue
Block a user