feat:ComponentInternalInstance 类型适配
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
required: true,
|
||||
},
|
||||
});
|
||||
const { proxy } = getCurrentInstance() as any;
|
||||
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
||||
const dataList = ref<DataRecord[]>([]);
|
||||
const colors = ref(['primary', 'success', 'warning', 'error', 'default']);
|
||||
const total = ref(0);
|
||||
|
Reference in New Issue
Block a user