This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传
master
前端-胡立永
1 month ago
parent
2642c8b136
commit
617aa089ba
1 changed files
with
0 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
README.md
+ 0
- 6
README.md
View File
@ -263,18 +263,12 @@ wxPay(orderData)
#### 3.2 公共组件
#### 3.2 公共组件
- navbar.vue: 自定义导航栏
- navbar.vue: 自定义导航栏
- tabbar.vue: 底部导航栏
- tabbar.vue: 底部导航栏
- productItem.vue: 商品列表项
**使用示例:**
**使用示例:**
```html
```html
<
template
>
<
template
>
<
view
>
<
view
>
<
navbar
title
=
"商品列表"
/
>
<
navbar
title
=
"商品列表"
/
>
<
product-item
v-for="item in list"
:key="item.id"
:product="item"
/>
<
/
view
>
<
/
view
>
<
/
template
>
<
/
template
>
```
```
Write
Preview
Loading…
Cancel
Save