mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
showInputBox更新
This commit is contained in:
@@ -29,13 +29,14 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
results: new Array(this.labels.length),
|
||||
results: this.values,
|
||||
};
|
||||
},
|
||||
props: {
|
||||
labels: Array,
|
||||
title: String,
|
||||
hints: Array
|
||||
hints: Array,
|
||||
values: Array
|
||||
},
|
||||
emits: ["ok", "hide"],
|
||||
methods: {
|
||||
|
Reference in New Issue
Block a user