style(GoodsInfo.vue): 代码格式优化

This commit is contained in:
郝先瑞
2022-03-24 23:57:41 +08:00
parent b098c284e1
commit 1a60272494

View File

@@ -88,6 +88,7 @@
</div> </div>
</div> </div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import { onMounted, reactive, ref, toRefs } from "vue"; import { onMounted, reactive, ref, toRefs } from "vue";
import { ElForm } from "element-plus"; import { ElForm } from "element-plus";