Files
MALL_MP_WX/Order/components/chargingAnimation/chargingAnimation.vue
dt_2916866708 f756390529 第一次提交
2024-02-28 17:26:46 +08:00

19 lines
216 B
Vue

<template>
<view></view>
</template>
<script>
export default {
data() {
return {
};
},
onReady() {
},
methods: {
}
};
</script>
<style scoped lang="scss">
@import 'index.scss';
</style>