|
|
@@ -5,6 +5,7 @@ import User from './user/index.vue';
|
|
|
import Local from './local/index.vue';
|
|
|
import Menu from './menu/index.vue';
|
|
|
import {NLayout, NLayoutContent} from 'naive-ui';
|
|
|
+import TabList from './tab/index.vue';
|
|
|
|
|
|
defineOptions({
|
|
|
name: 'Home',
|
|
|
@@ -25,7 +26,9 @@ defineOptions({
|
|
|
|
|
|
<NLayout class="content" hasSider>
|
|
|
<Menu />
|
|
|
- <NLayoutContent />
|
|
|
+ <NLayoutContent>
|
|
|
+ <TabList />
|
|
|
+ </NLayoutContent>
|
|
|
</NLayout>
|
|
|
</div>
|
|
|
</template>
|