We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a175756 commit 27b7d6dCopy full SHA for 27b7d6d
src/components/grid/CContainer.ts
@@ -57,11 +57,9 @@ const CContainer = defineComponent({
57
},
58
setup(props, { slots }) {
59
const repsonsiveCLassNames: string[] = []
60
- console.log(props)
61
62
BREAKPOINTS.forEach((bp) => {
63
const breakpoint = props[bp]
64
- delete props[bp]
65
66
breakpoint && repsonsiveCLassNames.push(`container-${bp}`)
67
})
0 commit comments