[update]准备组件分拆基础

This commit is contained in:
OrangeM21
2020-03-22 23:41:40 +08:00
parent 89d7668814
commit 79b659b028
4 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
:collapse="isCollapse"
:background-color="variables.menuBg"
:text-color="variables.menuText"
:unique-opened="false"
:unique-opened="true"
:active-text-color="variables.menuActiveText"
:collapse-transition="false"
mode="vertical"

View File

@@ -1,5 +1,5 @@
<template>
<div>{{}}</div>
<div />
</template>
<script>

View File

@@ -0,0 +1,6 @@
export { default as Navbar } from './Navbar'
export { default as Sidebar } from './Sidebar'
export { default as AppMain } from './AppMain'
export { default as BackPlayground } from './BackPlayground'
export { default as ListTables } from './ListTables'
export { default as Footer } from './Footer'