refactor: 按 codereview 意见修改

This commit is contained in:
dhb52
2025-04-23 22:37:33 +08:00
parent 1fb5a9e31d
commit 10514ec1b8
22 changed files with 118 additions and 117 deletions

View File

@@ -11,7 +11,7 @@ import '@vben/styles/antd';
import { useTitle } from '@vueuse/core';
import { $t, setupI18n } from '#/locales';
import { setupFormCreate } from '#/plugins/formCreate';
import { setupFormCreate } from '#/plugins/form-create';
import { initComponentAdapter } from './adapter/component';
import App from './app.vue';