Skip to content

Commit 27b7d6d

Browse files
committed
fix(CContainer): remove readonly props warnings
1 parent a175756 commit 27b7d6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/grid/CContainer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ const CContainer = defineComponent({
5757
},
5858
setup(props, { slots }) {
5959
const repsonsiveCLassNames: string[] = []
60-
console.log(props)
6160

6261
BREAKPOINTS.forEach((bp) => {
6362
const breakpoint = props[bp]
64-
delete props[bp]
6563

6664
breakpoint && repsonsiveCLassNames.push(`container-${bp}`)
6765
})

0 commit comments

Comments
 (0)