Keep alive index page
This commit is contained in:
parent
5875409841
commit
59070cd626
2 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,8 @@ import Vue from 'vue';
|
|||
import Home from './index.home.vue';
|
||||
|
||||
export default Vue.extend({
|
||||
name: 'index',
|
||||
|
||||
components: {
|
||||
Home,
|
||||
Welcome: () => import('./index.welcome.vue').then(m => m.default),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue