Browse Source

上传

master
前端-胡立永 1 month ago
parent
commit
617aa089ba
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      README.md

+ 0
- 6
README.md View File

@ -263,18 +263,12 @@ wxPay(orderData)
#### 3.2 公共组件
- navbar.vue: 自定义导航栏
- tabbar.vue: 底部导航栏
- productItem.vue: 商品列表项
**使用示例:**
```html
<template>
<view>
<navbar title="商品列表" />
<product-item
v-for="item in list"
:key="item.id"
:product="item"
/>
</view>
</template>
```


Loading…
Cancel
Save