perf: dept

This commit is contained in:
xingyu
2022-11-17 23:05:39 +08:00
parent bc97bd30a0
commit 5725d4862b
3 changed files with 22 additions and 15 deletions

View File

@ -42,7 +42,6 @@ export const useVxeGrid = <T = any>(config?: UseVxeGridConfig<T>) => {
/**
* grid options 初始化
*/
console.info(config?.allSchemas.tableSchema)
const gridOptions = reactive<VxeGridProps>({
loading: true,
size: currentSize as any,