时味苏州
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
199 B

3 years ago
<template>
4 months ago
<view class="bg">
</view>
3 years ago
</template>
<script>
4 months ago
export default {
data() {
return {
}
}
}
3 years ago
</script>
4 months ago
<style lang="scss" scoped>
.bg {
min-height: 100vh;
}
3 years ago
</style>