12 lines
150 B
Vue
12 lines
150 B
Vue
<template>
|
|
<view> </view>
|
|
</template>
|
|
|
|
<script setup></script>
|
|
|
|
<style lang="scss">
|
|
page {
|
|
background-color: $uni-bg-color-grey;
|
|
}
|
|
</style>
|