TypeScript bugs fixed

This commit is contained in:
Cindy Chang
2024-07-09 13:53:20 +08:00
parent 5c46fd6ce7
commit 8b99a230d7
13 changed files with 19 additions and 24 deletions

View File

@@ -135,7 +135,7 @@ frontend
│ │ ├─ IconVector.vue
│ │ ├─ IconWarnTriangle.vue
│ │ └─ IconsFilter.vue
│ ├─ main.js // 程式進入點
│ ├─ main.ts // 程式進入點
│ ├─ module // JavaScript 邏輯
│ │ ├─ abbreviateNumber.js
│ │ ├─ alertModal.js // SweetAlert
@@ -155,8 +155,8 @@ frontend
│ │ ├─ conformance.js
│ │ ├─ files.js
│ │ ├─ loading.js
│ │ ├─ login.js
│ │ ├─ main.js
│ │ ├─ login.ts
│ │ ├─ main.ts
│ │ └─ performance.js
│ └─ views // 路由元件
│ ├─ AuthContainer.vue