mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
确认后返回 true
This commit is contained in:
parent
ba8a713a57
commit
31f5d3c94c
@ -24,7 +24,7 @@
|
|||||||
export default {
|
export default {
|
||||||
methods: {
|
methods: {
|
||||||
clickOK() {
|
clickOK() {
|
||||||
this.$emit("clickOK");
|
this.$emit("clickOK", true);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user