[fix] target _blank on link
This commit is contained in:
parent
ac11467f54
commit
b49262e4f5
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
### 0.15.7
|
||||||
|
- [fix] minor
|
||||||
|
|
||||||
### 0.15.6
|
### 0.15.6
|
||||||
- [fix] tags in event
|
- [fix] tags in event
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template lang="pug">
|
<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
|
//- image
|
||||||
img(v-if='showImage && event.image_path' :src='`/media/thumb/${event.image_path}`')
|
img(v-if='showImage && event.image_path' :src='`/media/thumb/${event.image_path}`')
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "0.15.5",
|
"version": "0.15.6",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue