File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3
3
<loading :active =" isLoading" />
4
4
<AppNav />
5
5
<div class =" container" >
6
- <router-view />
6
+ <keep-alive >
7
+ <router-view />
8
+ </keep-alive >
7
9
</div >
8
10
<FloatingActionButton />
9
11
</div >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
3
<SubNav :sections =" sections" />
4
- <router-view >
5
- <InputSearch label =" Filter developer by name or username..." />
6
- </router-view >
4
+ <keep-alive >
5
+ <router-view >
6
+ <InputSearch label =" Filter developer by name or username..." />
7
+ </router-view >
8
+ </keep-alive >
7
9
</div >
8
10
</template >
9
11
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
3
<SubNav :sections =" sections" />
4
- <router-view />
4
+ <keep-alive >
5
+ <router-view />
6
+ </keep-alive >
5
7
</div >
6
8
</template >
7
9
You can’t perform that action at this time.
0 commit comments