wxapp/uview-ui/components/u-loading-page/u-loading-page.vue
2024-08-03 19:57:17 +08:00

26 lines
330 B
Vue

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