Skip to content

Commit

Permalink
fix: update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchentong committed Jun 17, 2024
1 parent f53ccc2 commit 4d5ae15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/playground/src/views/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ function b() {
const form = defineForm<t>([{
key: 'age',
title: 'age',
hideLabel: true,
render: r => r.input({ type: 'number' }),
rule: [{
required: true,
Expand Down

0 comments on commit 4d5ae15

Please sign in to comment.