Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 81e5519

Browse files
committed
fix: update simplegrid tests
1 parent 0b34bda commit 81e5519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/layout/src/grid.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ export const CGrid = defineComponent({
161161
)
162162
return () => {
163163
return h(
164-
chakra(props.as, { label: 'grid', __css: styles.value }),
165-
attrs,
164+
chakra(props.as, { label: 'grid', __css: styles.value, ...attrs }),
165+
{},
166166
slots
167167
)
168168
}

0 commit comments

Comments
 (0)