先提交一波

This commit is contained in:
aixianling
2023-03-27 18:03:05 +08:00
parent ac0baae856
commit e653f84891
3 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<template>
<section class="dmAdd">
</section>
</template>
<script>
export default {
name: "dmAdd",
data() {
return {}
},
methods: {},
created() {
}
}
</script>
<style lang="scss" scoped>
.dmAdd {
}
</style>