fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "magico-pagebuilder",
|
||||
"version": "0.0.14",
|
||||
"version": "0.0.15",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<li>
|
||||
<a
|
||||
@click.prevent="
|
||||
modalLoad = !modalLoad
|
||||
modalLoad = !modalLoad;
|
||||
pageType = { name: null }
|
||||
"
|
||||
class="dropdown-item"
|
||||
@@ -38,7 +38,7 @@
|
||||
<li>
|
||||
<a
|
||||
@click.prevent="
|
||||
modalSave = !modalSave
|
||||
modalSave = !modalSave;
|
||||
pageType = { name: null }
|
||||
"
|
||||
class="dropdown-item"
|
||||
@@ -65,7 +65,7 @@
|
||||
@start="drag = true"
|
||||
item-key="d"
|
||||
@end="
|
||||
drag = false
|
||||
drag = false;
|
||||
onChange()
|
||||
"
|
||||
>
|
||||
@@ -141,7 +141,7 @@
|
||||
<!-- <textarea style="display:none" :name="namex">{{ comps }}</textarea> --><button
|
||||
class="btn btn-block btn-primary mt-4"
|
||||
@click.prevent="
|
||||
modalAddSection = !modalAddSection
|
||||
modalAddSection = !modalAddSection;
|
||||
optionx = false
|
||||
"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user