拆分商品发布代码

master
mabo 2021-06-29 11:50:37 +08:00
parent 0575503687
commit 9fbc61f742
1 changed files with 20 additions and 0 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>