You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
frontend/src/views/stritl/index.vue

14 lines
173 B
Vue

2 years ago
<template>
2 years ago
<div class="stritlBox">首页</div>
2 years ago
</template>
2 years ago
<script></script>
2 years ago
<style lang="less">
2 years ago
.stritlBox {
width: 100%;
height: 100%;
display: flex;
2 years ago
}
</style>