GITLAB
viithiisys
/ spotlight-frontend
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a57bb0addc45bba31485ec47fb04a49ac6904e21
Authored by
Digvijay Singh
2021-02-24 04:38:20 -0500
1 parent
49055248c7
Exists in
master
route refresh
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/App.vue
Side-by-side Diff
Inline Diff
src/App.vue
Diff comments
View file @
a57bb0a
1
1
<template>
2
2
<div id="app">
3
- <router-view
/>
3
+ <router-view
:key="$route.fullPath"
/>
4
4
</div>
5
5
</template>
6
6
...
...