click on themacard image open thema, not lightbox
This commit is contained in:
parent
f89c29a8b9
commit
a1bff5d4b8
File diff suppressed because one or more lines are too long
|
@ -23,17 +23,17 @@
|
||||||
<img
|
<img
|
||||||
class="blank"
|
class="blank"
|
||||||
:src="blanksrc"
|
:src="blanksrc"
|
||||||
@click="lightbox_index = index"
|
@click.prevent="openThematique"
|
||||||
>
|
>
|
||||||
</figure>
|
</figure>
|
||||||
</section>
|
</section>
|
||||||
<CoolLightBox
|
<!-- <CoolLightBox
|
||||||
:items="item.images"
|
:items="item.images"
|
||||||
:index="lightbox_index"
|
:index="lightbox_index"
|
||||||
srcName="style_hd_url"
|
srcName="style_hd_url"
|
||||||
:loop="true"
|
:loop="true"
|
||||||
@close="lightbox_index = null">
|
@close="lightbox_index = null">
|
||||||
</CoolLightBox>
|
</CoolLightBox> -->
|
||||||
</article>
|
</article>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
@ -277,7 +277,7 @@ export default {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// console.log('this.content.lightbox_items', this.lightbox_items);
|
console.log('Article this.content.lightbox_items', this.lightbox_items);
|
||||||
|
|
||||||
// update main page title
|
// update main page title
|
||||||
this.$store.commit('Common/setPagetitle', article.title)
|
this.$store.commit('Common/setPagetitle', article.title)
|
||||||
|
|
Loading…
Reference in New Issue