uni-app-applet/components/loading/loading.vue

21 lines
159 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
name:"loading",
data() {
return {
};
}
}
</script>
<style>
</style>