fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "magico-pagebuilder",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -296,7 +296,7 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
return { columns, name: 'col-md-' + col.size,label:'',name:'' };
|
||||
return { columns,label:'',name:'' };
|
||||
});
|
||||
|
||||
return this.comps = pagebuilder;
|
||||
|
||||
Reference in New Issue
Block a user