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

28 lines
308 B
Vue

<template>
<view>
<view>
</view>
<view style="height: 15vh;background-color: aqua;"></view>
<view style="height: 10vh;background-color: white;"></view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>