diyici
This commit is contained in:
19
Order/components/chargingAnimation/chargingAnimation.vue
Normal file
19
Order/components/chargingAnimation/chargingAnimation.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<view></view>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
},
|
||||
onReady() {
|
||||
},
|
||||
methods: {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
@import 'index.scss';
|
||||
</style>
|
||||
0
Order/components/chargingAnimation/index.scss
Normal file
0
Order/components/chargingAnimation/index.scss
Normal file
Reference in New Issue
Block a user