add axios serverResp error callback

This commit is contained in:
Timi
2025-11-08 09:57:20 +08:00
parent 55e732db3f
commit c626ecedb2
2 changed files with 20 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ export * from "./utils/directives/Popup";
export type { ScrollListener } from "./utils/Scroller";
export type { DraggableConfig } from "./utils/directives/Draggable";
export type { PopupConfig } from "./utils/directives/Popup";
export type { ErrorCallback } from "./utils/Network"
const install = function (app: App) {
components.forEach(component => {