1
0
forked from dyf/APP
Files
APP/node_modules/vk-uview-ui/components/u-loading-page/u-loading-page.vue
2025-07-05 14:49:26 +08:00

26 lines
225 B
Vue

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