mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-11 16:13:26 +08:00
为CheckButton和浏览器命令添加占位符提示
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
class="q-ml-xs check-btn-icon"
|
||||
/>
|
||||
</div>
|
||||
<q-tooltip v-if="tooltip">{{ tooltip }}</q-tooltip>
|
||||
<q-tooltip v-if="placeholder">{{ placeholder }}</q-tooltip>
|
||||
</template>
|
||||
</q-btn>
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@ export default defineComponent({
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
tooltip: {
|
||||
placeholder: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
|
Reference in New Issue
Block a user