AppIntegralApply

This commit is contained in:
花有清香月有阴
2022-02-15 17:05:29 +08:00
parent 24dfdac7b9
commit 6add4540a5
4 changed files with 273 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
<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>