From 5622931e30e82a081eb067ccdb9e22c30cc3d383 Mon Sep 17 00:00:00 2001 From: Vinicius Carvalho Date: Thu, 21 Jun 2018 08:15:15 -0300 Subject: [PATCH] Update TinymceVue.vue - :id dynamically generated - Enables parameters in the tag, e.g., `` - textarea set to v-model="value", this corrects the problem in dynamically created editors with the content being empty - standardized with eslint and es6 --- src/components/TinymceVue.vue | 351 ++++++++++++++++++---------------- 1 file changed, 188 insertions(+), 163 deletions(-) diff --git a/src/components/TinymceVue.vue b/src/components/TinymceVue.vue index 89767ad..b827067 100644 --- a/src/components/TinymceVue.vue +++ b/src/components/TinymceVue.vue @@ -1,177 +1,202 @@