Keep alive index page

This commit is contained in:
syuilo 2020-02-01 09:00:22 +09:00
parent 5875409841
commit 59070cd626
2 changed files with 5 additions and 1 deletions

View file

@ -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),