mirror of
https://github.com/wmn1525/grasscutterTools.git
synced 2024-11-22 07:08:15 +00:00
:fix 数量等级反了
This commit is contained in:
parent
d8d9725b01
commit
d6ed4e3fd1
@ -14,7 +14,7 @@ var grade = ref(80)
|
|||||||
var num = ref(10)
|
var num = ref(10)
|
||||||
|
|
||||||
const value = computed(() => {
|
const value = computed(() => {
|
||||||
return `/spawn ${value2.value} ${grade.value} ${num.value}`
|
return `/spawn ${value2.value} ${num.value} ${grade.value}`
|
||||||
})
|
})
|
||||||
const options = reactive(
|
const options = reactive(
|
||||||
monster
|
monster
|
||||||
|
Loading…
Reference in New Issue
Block a user