++ DebugOn status (to see what happened)
fix visu activities
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {
|
||||
computed,
|
||||
defineComponent, onMounted, PropType, ref, toRef, watch,
|
||||
} from 'vue'
|
||||
|
||||
@@ -100,6 +101,8 @@ export default defineComponent({
|
||||
const myel = toRef(props, 'myelem')
|
||||
const newtype = ref(<any>'')
|
||||
|
||||
const isAppRunning = computed(() => globalStore.isAppRunning )
|
||||
|
||||
watch(() => myel.value.order, (value, oldval) => {
|
||||
mounted()
|
||||
})
|
||||
@@ -280,6 +283,7 @@ export default defineComponent({
|
||||
visushare,
|
||||
social,
|
||||
clickshare,
|
||||
isAppRunning,
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -441,7 +441,10 @@
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.REGISTRATION">
|
||||
<div v-if="editOn" class="elemEdit">Registrazione</div>
|
||||
<CRegistration />
|
||||
|
||||
<div v-if="isAppRunning || $q.screen.gt.xs">
|
||||
<CRegistration />
|
||||
</div>
|
||||
</div>
|
||||
<div v-else-if="myel.type === shared_consts.ELEMTYPE.BUTTON">
|
||||
<div v-if="editOn" class="elemEdit"></div>
|
||||
|
||||
Reference in New Issue
Block a user