guangchao.xu | 070005a | 2020-12-07 09:56:40 +0800 | [diff] [blame] | 1 | <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> |