build(deps): update deps

This commit is contained in:
Soybean
2022-10-15 16:43:02 +08:00
parent b632b7ffed
commit d6b1530720
4 changed files with 228 additions and 166 deletions

View File

@ -176,7 +176,7 @@ function handleDeleteTable(rowId: string) {
window.$message?.info(`点击了删除rowId为${rowId}`);
}
const pagination = reactive<PaginationProps>({
const pagination: PaginationProps = reactive({
page: 1,
pageSize: 10,
showSizePicker: true,