Fix #1064: routing issue when browsing library
This commit is contained in:
parent
02d35ded25
commit
be73432277
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<main v-title="labels.title">
|
||||
<main v-title="labels.title" :key="$router.currentRoute.name">
|
||||
<section class="ui vertical stripe segment">
|
||||
<div class="ui stackable three column grid">
|
||||
<div class="column">
|
||||
|
|
Loading…
Reference in New Issue