Все компоненты загружаются динамически
This commit is contained in:
@@ -2,18 +2,14 @@ import Vue from 'vue';
|
|||||||
import VueRouter from 'vue-router';
|
import VueRouter from 'vue-router';
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
|
|
||||||
//немедленная загрузка
|
const CardIndex = () => import('./components/CardIndex/CardIndex.vue');
|
||||||
import CardIndex from './components/CardIndex/CardIndex.vue';
|
|
||||||
//const CardIndex = () => import('./components/CardIndex/CardIndex.vue');
|
|
||||||
|
|
||||||
const Search = () => import('./components/CardIndex/Search/Search.vue');
|
const Search = () => import('./components/CardIndex/Search/Search.vue');
|
||||||
const Card = () => import('./components/CardIndex/Card/Card.vue');
|
const Card = () => import('./components/CardIndex/Card/Card.vue');
|
||||||
const Book = () => import('./components/CardIndex/Book/Book.vue');
|
const Book = () => import('./components/CardIndex/Book/Book.vue');
|
||||||
const History = () => import('./components/CardIndex/History/History.vue');
|
const History = () => import('./components/CardIndex/History/History.vue');
|
||||||
|
const Reader = () => import('./components/Reader/Reader.vue');
|
||||||
//немедленная загрузка
|
//немедленная загрузка
|
||||||
//const Reader = () => import('./components/Reader/Reader.vue');
|
//import Reader from './components/Reader/Reader.vue';
|
||||||
import Reader from './components/Reader/Reader.vue';
|
|
||||||
|
|
||||||
//const Forum = () => import('./components/Forum/Forum.vue');
|
//const Forum = () => import('./components/Forum/Forum.vue');
|
||||||
const Income = () => import('./components/Income/Income.vue');
|
const Income = () => import('./components/Income/Income.vue');
|
||||||
|
|||||||
Reference in New Issue
Block a user