diff --git a/frontend/src/boot/axios.ts b/frontend/src/boot/axios.ts index 8548a4d..9627c21 100644 --- a/frontend/src/boot/axios.ts +++ b/frontend/src/boot/axios.ts @@ -1,6 +1,7 @@ import { boot } from 'quasar/wrappers'; -import axios, { AxiosInstance } from 'axios'; +import axios, { AxiosInstance, AxiosResponse } from 'axios'; import {router} from 'src/router'; +import { IResponse } from 'src/types/BaseTypes'; declare module '@vue/runtime-core' { diff --git a/frontend/src/pages/RoleManagement.vue b/frontend/src/pages/RoleManagement.vue index ab7ecfe..ab5352c 100644 --- a/frontend/src/pages/RoleManagement.vue +++ b/frontend/src/pages/RoleManagement.vue @@ -14,7 +14,7 @@ 読み込み中... - + {{ item.label }} @@ -28,7 +28,7 @@ :pagination="pagination" >