fix middle-click breaking project-tile navigation due to incorrectly set href
This commit is contained in:
parent
52211ff798
commit
c54497eabb
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ const title = computed(() => marked.parse(props.info.title || ''))
|
||||||
.project-embed
|
.project-embed
|
||||||
router-link.link(
|
router-link.link(
|
||||||
:to='{ name: `${currentRoute.name}: View Project`, query: { id: id } }'
|
:to='{ name: `${currentRoute.name}: View Project`, query: { id: id } }'
|
||||||
:href='`./view?id=${id}`'
|
|
||||||
:style='{ background: thumbnailBackground, backgroundSize: thumbnailBackgroundSize }'
|
:style='{ background: thumbnailBackground, backgroundSize: thumbnailBackgroundSize }'
|
||||||
)
|
)
|
||||||
.text
|
.text
|
||||||
|
|
Loading…
Add table
Reference in a new issue