Skip to content
This repository was archived by the owner on Nov 20, 2022. It is now read-only.

Commit 8c184cd

Browse files
committed
fix: 修复config.json不存在按钮无法点击的BUG
1 parent 865d0b5 commit 8c184cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ new Vue({
3131
this.config = config
3232
this.disabled = false
3333
}).catch(err => {
34+
this.disabled = false
3435
console.error(err)
3536
})
3637
},

0 commit comments

Comments
 (0)