Files
dvcp_v2_webapp/project/oms/apps/develop/AppDataModel/dmAdd.vue

23 lines
230 B
Vue
Raw Normal View History

2023-03-27 18:03:05 +08:00
<template>
<section class="dmAdd">
</section>
</template>
<script>
export default {
name: "dmAdd",
data() {
return {}
},
methods: {},
created() {
}
}
</script>
<style lang="scss" scoped>
.dmAdd {
}
</style>