From e6cb89f02968193fb7abcd6f8ba192c01d4abadc Mon Sep 17 00:00:00 2001 From: Lewis_yan Date: Thu, 9 Apr 2026 09:10:34 +0800 Subject: [PATCH] feat(i18n): add useI18n to role CRUD --- web/src/views/system/role/crud.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/views/system/role/crud.tsx b/web/src/views/system/role/crud.tsx index 45c5ab1..0c3740f 100644 --- a/web/src/views/system/role/crud.tsx +++ b/web/src/views/system/role/crud.tsx @@ -1,3 +1,4 @@ +import { useI18n } from 'vue-i18n'; import { CreateCrudOptionsProps, CreateCrudOptionsRet, AddReq, DelReq, EditReq, dict, compute } from '@fast-crud/fast-crud'; import * as api from './api'; import { dictionary } from '/@/utils/dictionary';