wxapp/uview-ui/components/u-loading-page/u-loading-page.vue

26 lines
330 B
Vue
Raw Permalink Normal View History

2024-08-03 11:57:17 +00:00
<template>
<view class="u-loading-page">
</view>
</template>
<script>
export default {
props: {
},
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>