Files
app-cannengyun/components/loading/loading.vue

25 lines
206 B
Vue
Raw Normal View History

2023-11-16 15:13:28 +08:00
<template>
<view>
<view class="">
正在加载...
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>