Переход на quasar

This commit is contained in:
Book Pauk
2020-02-25 21:51:11 +07:00
parent 82ea416e67
commit 1b58a34859
2 changed files with 4 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ class StdDialog extends Vue {
this.hideTrigger = () => {
if (this.ok) {
resolve(true);
resolve({value: this.inputValue});
} else {
resolve(false);
}