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