Files
APP/node_modules/vk-uview-ui/components/u-loading-page/u-loading-page.vue

26 lines
225 B
Vue
Raw Normal View History

2025-07-05 14:49:26 +08:00
<template>
<view class="u-loading-page">
</view>
</template>
<script>
export default {
props: {
},
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>