Update store.vue

This commit is contained in:
全栈小学生 2023-09-19 18:16:38 +08:00
parent f909eea173
commit d3817d9cc6

View File

@ -430,7 +430,7 @@ const installCheckResult = ref({})
*/
const installAddonFn = (key: string) => {
currAddon.value = key
installStep.value = 3
installStep.value = 1
installShowDialog.value = true
installAfterTips.value = []