KindergartenAppletUI/node_modules/uview-ui/components/u-loading-page/u-loading-page.vue

26 lines
212 B
Vue
Raw Normal View History

2022-08-24 15:01:04 +08:00
<template>
2023-07-21 17:04:30 +08:00
<view class="u-loading-page">
</view>
2022-08-24 15:01:04 +08:00
</template>
<script>
2023-07-21 17:04:30 +08:00
export default {
props: {
2022-08-24 15:01:04 +08:00
2023-07-21 17:04:30 +08:00
},
data() {
return {
2022-08-24 15:01:04 +08:00
2023-07-21 17:04:30 +08:00
}
},
methods: {
2022-08-24 15:01:04 +08:00
2023-07-21 17:04:30 +08:00
}
}
</script>
2022-08-24 15:01:04 +08:00
2023-07-21 17:04:30 +08:00
<style lang="scss" scoped>
2022-08-24 15:01:04 +08:00
</style>