diff --git a/src/App.vue b/src/App.vue index 32f6312..4e7e3a2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,7 +29,6 @@ export default { font-family: Avenir, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - text-align: center; color: #2c3e50; margin-top: 60px; } diff --git a/src/components/MagicoModal.vue b/src/components/MagicoModal.vue index dd13b81..70b0677 100644 --- a/src/components/MagicoModal.vue +++ b/src/components/MagicoModal.vue @@ -37,6 +37,7 @@ export default { if (value == true) { this.modal.show(); } else { + console.log('vaaaa'); this.modal.hide() this.$emit('hide'); } diff --git a/src/components/PagebuilderContent.vue b/src/components/PagebuilderContent.vue index a0310e6..c16fa09 100644 --- a/src/components/PagebuilderContent.vue +++ b/src/components/PagebuilderContent.vue @@ -58,7 +58,9 @@ export default { components: { draggable, 'b-modal': MagicoModal, + 'core_section_textarea': SectionText, 'core_section_text': SectionText, + }, methods: { onChange: function () { diff --git a/src/components/plugin/SectionText.vue b/src/components/plugin/SectionText.vue index 2a71503..d57d7cd 100644 --- a/src/components/plugin/SectionText.vue +++ b/src/components/plugin/SectionText.vue @@ -8,8 +8,7 @@
create - -
{{ langs.label }}
+

@@ -28,22 +27,12 @@
- - - format_align_left - - format_align_center - - format_align_right - - -
- -
+ +
delete @@ -55,20 +44,25 @@