22 lines
236 B
Vue
22 lines
236 B
Vue
<template>
|
|
<view>
|
|
<view class="">
|
|
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script setup>
|
|
|
|
</script>
|
|
<style>
|
|
page {
|
|
height: 100vh;
|
|
background-color: var(--navbarBgColor) !important;
|
|
}
|
|
</style>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
</style>
|