Blame view

src/components/index.js 266 Bytes
liding committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
import Login from './Login/';
import Test from './TestPages/';

// import NotFound from './Routeview/NotFound.vue';

import Modules from './Modules/';
import Layout from './Layout/';
module.exports = {
    Login,
    // NotFound,
    Test,
    Layout,
    Modules
};