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
|
||||
router-link.link(
|
||||
:to='{ name: `${currentRoute.name}: View Project`, query: { id: id } }'
|
||||
:href='`./view?id=${id}`'
|
||||
:style='{ background: thumbnailBackground, backgroundSize: thumbnailBackgroundSize }'
|
||||
)
|
||||
.text
|
||||
|
|
Loading…
Add table
Reference in a new issue