diff --git a/apps/playground/src/views/table.vue b/apps/playground/src/views/table.vue index 7fe620a..9131200 100644 --- a/apps/playground/src/views/table.vue +++ b/apps/playground/src/views/table.vue @@ -82,6 +82,7 @@ function b() { const form = defineForm([{ key: 'age', title: 'age', + hideLabel: true, render: r => r.input({ type: 'number' }), rule: [{ required: true,