mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-28 20:23:26 +08:00
vant搭建
This commit is contained in:
17
Yi.Vue3.x.Vant/src/layout/main/index.vue
Normal file
17
Yi.Vue3.x.Vant/src/layout/main/index.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<app-tab class="tabs"/>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
import AppTab from '@/layout/tab/index.vue'
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
.tabs{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user