拆分发布商品代码

This commit is contained in:
mabo
2021-06-29 17:53:50 +08:00
parent f973cadd80
commit e493f26442
5 changed files with 288 additions and 275 deletions

View File

@@ -0,0 +1,20 @@
<template>
<div>
</div>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss" scoped>
@import "./addGoods.scss";
</style>