mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
doc: format
This commit is contained in:
parent
6e7d630953
commit
ddc91ef0ab
@ -26,7 +26,7 @@ cd zanui-weapp
|
||||
|
||||
根据功能的不同,可以将组件大致的分为4类:
|
||||
|
||||
### 1. 简单组件
|
||||
### 一、简单组件
|
||||
|
||||
如按钮组件,只要按照wxml结构写就好了
|
||||
|
||||
@ -38,7 +38,7 @@ cd zanui-weapp
|
||||
|
||||

|
||||
|
||||
### 2. 复杂组件
|
||||
### 二、复杂组件
|
||||
|
||||
如加载更多组件,需要先引入定义好的模版,然后给模版传递数据
|
||||
|
||||
@ -60,7 +60,7 @@ cd zanui-weapp
|
||||
|
||||

|
||||
|
||||
### 3. 带事件回掉的组件
|
||||
### 三、带事件回掉的组件
|
||||
|
||||
如数量选择组件,需要先引入模版,然后给模版传递数据
|
||||
|
||||
@ -102,7 +102,7 @@ Page(Object.assign({}, Zan.Quantity, {
|
||||
|
||||

|
||||
|
||||
### 4. API类组件
|
||||
### 四、API类组件
|
||||
|
||||
如Toast组件,需要先引入模版,并在页面上使用。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user