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

26 lines
225 B

3 years ago
<template>
2 years ago
<view class="u-loading-page">
</view>
3 years ago
</template>
<script>
2 years ago
export default {
props: {
},
data() {
return {
}
},
methods: {
}
}
3 years ago
</script>
<style lang="scss" scoped>
2 years ago
3 years ago
</style>