You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set colNum to 12 columns, it has no effect. I opened Google's vue plug-in and checked that clos is automatic. Below is an example of part of my code.But it works if I adjust row-height
When I set colNum to 12 columns, it has no effect. I opened Google's vue plug-in and checked that clos is automatic. Below is an example of part of my code.But it works if I adjust row-height
<grid-layout ref="gridlayout"
:layout.sync="layout"
:col-num="12"
{# :cols="12"#}
:row-height="30"
:is-draggable="true"
:is-resizable="true"
:is-mirrored="false"
:vertical-compact="true"
:margin="[10, 10]"
:responsive="true"
:use-css-transforms="true"
class="vue-grid-layout"
>
The text was updated successfully, but these errors were encountered: