Files
dvcp_v2_wechat_app/src/mods/AppIntegralApply/add.vue
花有清香月有阴 6add4540a5 AppIntegralApply
2022-02-15 17:05:29 +08:00

26 lines
303 B
Vue

<template>
<div class="adds">1</div>
</template>
<script>
export default {
name: 'add',
components: {},
props: {},
data() {
return {}
},
computed: {},
watch: {},
onLoad() {},
onShow() {},
methods: {},
}
</script>
<style scoped lang="scss">
.adds {
height: 100%;
}
</style>