add key to App route

This commit is contained in:
2020-04-04 09:21:08 +02:00
parent 5a94759e35
commit ab0db1f02f

View File

@@ -4,7 +4,7 @@
<div>
<TopBar />
<main>
<router-view class="main"></router-view>
<router-view :key="$route.fullPath" class="main"></router-view>
</main>
</div>
</div>