fix: clear loading on request failure

This commit is contained in:
Quicy
2026-04-07 17:19:08 +08:00
committed by 晨苒
parent 18e19cc176
commit fb71f5a5f1
10 changed files with 109 additions and 91 deletions
+1
View File
@@ -3,6 +3,7 @@ import './style.css'
import App from './App.vue'
import router from './router'
import { setupApiClient } from './lib/api-client'
import 'animate.css'
// Configure SDK client before anything else
setupApiClient()