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
|
||||
class="blank"
|
||||
:src="blanksrc"
|
||||
@click="lightbox_index = index"
|
||||
@click.prevent="openThematique"
|
||||
>
|
||||
</figure>
|
||||
</section>
|
||||
<CoolLightBox
|
||||
<!-- <CoolLightBox
|
||||
:items="item.images"
|
||||
:index="lightbox_index"
|
||||
srcName="style_hd_url"
|
||||
:loop="true"
|
||||
@close="lightbox_index = null">
|
||||
</CoolLightBox>
|
||||
</CoolLightBox> -->
|
||||
</article>
|
||||
</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
|
||||
this.$store.commit('Common/setPagetitle', article.title)
|
||||
|
|
Loading…
Reference in New Issue