Keep alive index page
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user