Authored by htoooth

add layout

import Layout from './layout';
export default Layout;
... ...
... ... @@ -16,6 +16,7 @@
<script>
import Tabs from './components/tabs';
import Layout from './components/layout';
import YohoPage from './yoho';
import UfoPage from './ufo';
const TYPE = {notuse: 'notuse', use: 'use', overtime: 'overtime'};
... ... @@ -34,7 +35,8 @@ export default {
Tabs,
TabPane: Tabs.Pane,
YohoPage,
UfoPage
UfoPage,
LayoutApp: Layout
}
};
</script>
... ...