blob: 7e0440135e36b42b244d16e07a39067c000725f0 [file] [log] [blame]
guangchao.xu070005a2020-12-07 09:56:40 +08001<template>
2 <view class="u-loading-page">
3
4 </view>
5</template>
6
7<script>
8 export default {
9 props: {
10
11 },
12 data() {
13 return {
14
15 }
16 },
17 methods: {
18
19 }
20 }
21</script>
22
23<style lang="scss" scoped>
24
25</style>