- aggiornato l'Editor HTML
This commit is contained in:
@@ -15,10 +15,12 @@
|
||||
<q-btn
|
||||
flat
|
||||
round
|
||||
|
||||
color="white"
|
||||
icon="close"
|
||||
@click="visuEditor = false; selElem = {};"
|
||||
@click="
|
||||
visuEditor = false;
|
||||
selElem = {};
|
||||
"
|
||||
></q-btn>
|
||||
</q-bar>
|
||||
<CMyEditElem :myelem="selElem" :editOn="editOn" :path="rec.path">
|
||||
@@ -57,7 +59,7 @@
|
||||
></q-video>
|
||||
<div v-if="!!rec.content4" v-html="rec.content4"></div>
|
||||
|
||||
<div v-for="(myelem, ind) in myelems" :key="ind">
|
||||
<div v-for="myelem in myelems" :key="myelem._id">
|
||||
<CMyElem
|
||||
v-if="myelem.active || editOn"
|
||||
:myelem="myelem"
|
||||
|
||||
Reference in New Issue
Block a user