[fix] target _blank on link

This commit is contained in:
les
2019-10-26 00:40:13 +02:00
parent ac11467f54
commit b49262e4f5
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
nuxt-link.event(:to='`/event/${link}`' target='_blank' :class='{ withImg: event.image_path }')
nuxt-link.event(:to='`/event/${link}`' :class='{ withImg: event.image_path }')
//- image
img(v-if='showImage && event.image_path' :src='`/media/thumb/${event.image_path}`')