Commit a57bb0addc45bba31485ec47fb04a49ac6904e21

Authored by Digvijay Singh
1 parent 49055248c7
Exists in master

route refresh

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
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  
... ...