chore(deps): update

This commit is contained in:
xiaoxian521
2024-05-09 10:37:19 +08:00
parent 5238ee7ad9
commit de00537fdd
6 changed files with 277 additions and 280 deletions

View File

@@ -127,7 +127,6 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}

View File

@@ -180,7 +180,6 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}

View File

@@ -180,7 +180,6 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}

View File

@@ -197,7 +197,7 @@ const next = (actives: number, values: any) => {
v-model="active"
simple
class="w-[800px] m-auto"
:data="stepForm"
:data="stepForm as any"
align-center
@next="next"
/>