[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,8 @@
All notable changes to this project will be documented in this file.
### 0.15.7
- [fix] minor
### 0.15.6
- [fix] tags in event

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}`')

View file

@ -1,6 +1,6 @@
{
"name": "gancio",
"version": "0.15.5",
"version": "0.15.6",
"description": "A shared agenda for local communities",
"author": "lesion",
"scripts": {