mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-08-11 07:59:35 +08:00
修复typeToggleTooltip 不显示的BUG
This commit is contained in:
parent
ab83bb3d5f
commit
d6ab5b2b9c
@ -207,13 +207,14 @@ export default defineComponent({
|
||||
isString: value,
|
||||
});
|
||||
},
|
||||
typeToggleTooltip() {
|
||||
const currentType = this.isString
|
||||
? "字符串"
|
||||
: "变量、数字、表达式、函数等";
|
||||
const toggleText = this.disableToggleType ? "" : ",点击切换";
|
||||
return `当前类型是:${currentType}${toggleText}`;
|
||||
},
|
||||
},
|
||||
|
||||
typeToggleTooltip() {
|
||||
const currentType = this.isString
|
||||
? "字符串"
|
||||
: "变量、数字、表达式、函数等";
|
||||
const toggleText = this.disableToggleType ? "" : ",点击切换";
|
||||
return `当前类型是:${currentType}${toggleText}`;
|
||||
},
|
||||
|
||||
inputValue: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user