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

21 lines
159 B
Vue
Raw Permalink Normal View History

2022-03-11 11:06:18 +00:00
<template>
<view>
</view>
</template>
<script>
export default {
name:"loading",
data() {
return {
};
}
}
</script>
<style>
</style>