Files

10 lines
132 B
Vue
Raw Normal View History

2022-09-20 17:31:39 +08:00
<template>
2022-10-01 09:12:01 +08:00
<div class="box">首页1</div>
2022-09-20 17:31:39 +08:00
</template>
<style lang="scss" scoped>
.box {
height: 100%;
width: 100%;
}
</style>