Browse Source

✨ feat(sku): 添加sku选择文件

陈雪 1 month ago
parent
commit
7a46e9f9fa
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/components/sku/sku.vue

+ 11 - 0
src/components/sku/sku.vue

@@ -0,0 +1,11 @@
+<template>
+  <view class="">商品SKU选择</view>
+</template>
+
+<script lang="ts" setup>
+  //
+</script>
+
+<style lang="scss" scoped>
+  //
+</style>