<template>
<div class="box">首页1</div>
</template>
<style lang="scss" scoped>
.box {
height: 100%;
width: 100%;
}
</style>