mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-25 00:16:30 +08:00
13 lines
194 B
Vue
13 lines
194 B
Vue
|
<template>
|
||
|
<div class="tdesign-wrapper">
|
||
|
<router-view />
|
||
|
</div>
|
||
|
</template>
|
||
|
<style lang="less">
|
||
|
.tdesign-wrapper {
|
||
|
height: 100vh;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
</style>
|