added fadein intro to mapitems #2235
This commit is contained in:
16
src/App.vue
16
src/App.vue
@@ -151,22 +151,16 @@ export default {
|
||||
|
||||
<div id="main-content">
|
||||
<MapConcernements>
|
||||
<template v-for="(mapitem,index) in mapitems">
|
||||
<ConcernementMapItem
|
||||
v-if="mapitem.concernement.visible && ((map_mode === 'superposition' && mapitem.clone) || !mapitem.clone)"
|
||||
:key="mapitem.id"
|
||||
:mapitem="mapitem"
|
||||
/>
|
||||
</template>
|
||||
<!-- <template v-if="map_mode === 'superposition'">
|
||||
<template v-for="(mapitem,index) in superposed_cloned_mapitems">
|
||||
<!-- <div class="loading" v-if="mapitems.length === 0">Chargement ...</div> -->
|
||||
<!-- <template v-else> -->
|
||||
<template v-for="(mapitem,index) in mapitems">
|
||||
<ConcernementMapItem
|
||||
v-if="mapitem.concernement.visible"
|
||||
v-if="mapitem.concernement.visible && ((map_mode === 'superposition' && mapitem.clone) || !mapitem.clone)"
|
||||
:key="mapitem.id"
|
||||
:mapitem="mapitem"
|
||||
/>
|
||||
</template>
|
||||
</template> -->
|
||||
<!-- </template> -->
|
||||
</MapConcernements>
|
||||
<div id="content" :class="{'recit-opened':opened_recit}">
|
||||
<RouterView />
|
||||
|
||||
Reference in New Issue
Block a user