mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-07 18:51:46 +08:00
chore: fix lint issues
This commit is contained in:
@@ -10,7 +10,6 @@ import { $t } from '@vben/locales';
|
||||
|
||||
import { initComponentAdapter } from './component';
|
||||
|
||||
// oxlint-disable-next-line typescript/no-floating-promises
|
||||
initComponentAdapter();
|
||||
|
||||
setupVbenForm<ComponentType>({
|
||||
|
||||
@@ -112,7 +112,7 @@ const gridOptions: VxeGridProps<RowType> = {
|
||||
},
|
||||
toolbarConfig: {
|
||||
// 是否显示搜索表单控制按钮
|
||||
// @ts-ignore 正式环境时有完整的类型声明
|
||||
// @ts-ignore - 正式环境时有完整的类型声明
|
||||
search: true,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user