细节优化
This commit is contained in:
@@ -20,7 +20,7 @@ const scores = ref([]);
|
||||
const total = 12;
|
||||
const currentRound = ref(0);
|
||||
const practiseResult = ref({});
|
||||
const power = ref(10);
|
||||
const power = ref(0);
|
||||
|
||||
const onReady = async () => {
|
||||
await createPractiseAPI(total);
|
||||
|
||||
Reference in New Issue
Block a user