mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
[improvement] optimize component registration (#846)
This commit is contained in:
parent
5e0a7cbea4
commit
ede23675fe
@ -42,5 +42,51 @@
|
||||
"navigationBarTextStyle": "black",
|
||||
"backgroundTextStyle": "dark",
|
||||
"backgroundColor": "#f8f8f8"
|
||||
},
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-action-sheet": "../../dist/action-sheet/index",
|
||||
"van-area": "../../dist/area/index",
|
||||
"van-badge": "../../dist/badge/index",
|
||||
"van-badge-group": "../../dist/badge-group/index",
|
||||
"van-button": "../../dist/button/index",
|
||||
"van-card": "../../dist/card/index",
|
||||
"van-cell": "../../dist/cell/index",
|
||||
"van-cell-group": "../../dist/cell-group/index",
|
||||
"van-checkbox": "../../dist/checkbox/index",
|
||||
"van-checkbox-group": "../../dist/checkbox-group/index",
|
||||
"van-col": "../../dist/col/index",
|
||||
"van-dialog": "../../dist/dialog/index",
|
||||
"van-field": "../../dist/field/index",
|
||||
"van-goods-action": "../../dist/goods-action/index",
|
||||
"van-goods-action-icon": "../../dist/goods-action-icon/index",
|
||||
"van-goods-action-button": "../../dist/goods-action-button/index",
|
||||
"van-icon": "../../dist/icon/index",
|
||||
"van-loading": "../../dist/loading/index",
|
||||
"van-nav-bar": "../../dist/nav-bar/index",
|
||||
"van-notice-bar": "../../dist/notice-bar/index",
|
||||
"van-notify": "../../dist/notify/index",
|
||||
"van-panel": "../../dist/panel/index",
|
||||
"van-popup": "../../dist/popup/index",
|
||||
"van-progress": "../../dist/progress/index",
|
||||
"van-radio": "../../dist/radio/index",
|
||||
"van-radio-group": "../../dist/radio-group/index",
|
||||
"van-row": "../../dist/row/index",
|
||||
"van-search": "../../dist/search/index",
|
||||
"van-slider": "../../dist/slider/index",
|
||||
"van-stepper": "../../dist/stepper/index",
|
||||
"van-steps": "../../dist/steps/index",
|
||||
"van-submit-bar": "../../dist/submit-bar/index",
|
||||
"van-swipe-cell": "../../dist/swipe-cell/index",
|
||||
"van-switch": "../../dist/switch/index",
|
||||
"van-switch-cell": "../../dist/switch-cell/index",
|
||||
"van-tab": "../../dist/tab/index",
|
||||
"van-tabs": "../../dist/tabs/index",
|
||||
"van-tabbar": "../../dist/tabbar/index",
|
||||
"van-tabbar-item": "../../dist/tabbar-item/index",
|
||||
"van-tag": "../../dist/tag/index",
|
||||
"van-toast": "../../dist/toast/index",
|
||||
"van-transition": "../../dist/transition/index",
|
||||
"van-tree-select": "../../dist/tree-select/index"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "ActionSheet 上拉菜单",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-action-sheet": "../../dist/action-sheet/index",
|
||||
"van-button": "../../dist/button/index"
|
||||
}
|
||||
"navigationBarTitleText": "ActionSheet 上拉菜单"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Area 省市区选择",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-area": "../../dist/area/index"
|
||||
}
|
||||
"navigationBarTitleText": "Area 省市区选择"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Badge 徽章",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-badge": "../../dist/badge/index",
|
||||
"van-badge-group": "../../dist/badge-group/index"
|
||||
}
|
||||
"navigationBarTitleText": "Badge 徽章"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Button 按钮",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-button": "../../dist/button/index",
|
||||
"van-panel": "../../dist/panel/index"
|
||||
}
|
||||
"navigationBarTitleText": "Button 按钮"
|
||||
}
|
||||
|
@ -1,9 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Card 卡片",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-card": "../../dist/card/index",
|
||||
"van-button": "../../dist/button/index",
|
||||
"van-tag": "../../dist/tag/index"
|
||||
}
|
||||
"navigationBarTitleText": "Card 卡片"
|
||||
}
|
||||
|
@ -1,10 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Cell 单元格",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-cell": "../../dist/cell/index",
|
||||
"van-icon": "../../dist/icon/index",
|
||||
"van-tag": "../../dist/tag/index",
|
||||
"van-cell-group": "../../dist/cell-group/index"
|
||||
}
|
||||
"navigationBarTitleText": "Cell 单元格"
|
||||
}
|
||||
|
@ -1,10 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Checkbox 复选框",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-checkbox-group": "../../dist/checkbox-group/index",
|
||||
"van-checkbox": "../../dist/checkbox/index",
|
||||
"van-cell": "../../dist/cell/index",
|
||||
"van-cell-group": "../../dist/cell-group/index"
|
||||
}
|
||||
"navigationBarTitleText": "Checkbox 复选框"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Layout 布局",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-row": "../../dist/row/index",
|
||||
"van-col": "../../dist/col/index"
|
||||
}
|
||||
"navigationBarTitleText": "Layout 布局"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Vant Weapp",
|
||||
"usingComponents": {
|
||||
"van-panel": "../../dist/panel/index",
|
||||
"van-cell": "../../dist/cell/index",
|
||||
"van-cell-group": "../../dist/cell-group/index"
|
||||
}
|
||||
"navigationBarTitleText": "Vant Weapp"
|
||||
}
|
||||
|
@ -1,9 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Dialog 弹出框",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-field": "../../dist/field/index",
|
||||
"van-button": "../../dist/button/index",
|
||||
"van-dialog": "../../dist/dialog/index"
|
||||
}
|
||||
"navigationBarTitleText": "Dialog 弹出框"
|
||||
}
|
||||
|
@ -1,9 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Field 输入框",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-field": "../../dist/field/index",
|
||||
"van-button": "../../dist/button/index",
|
||||
"van-cell-group": "../../dist/cell-group/index"
|
||||
}
|
||||
"navigationBarTitleText": "Field 输入框"
|
||||
}
|
||||
|
@ -1,11 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "GoodsAction 商品页行动点",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-goods-action": "../../dist/goods-action/index",
|
||||
"van-goods-action-icon": "../../dist/goods-action-icon/index",
|
||||
"van-goods-action-button": "../../dist/goods-action-button/index",
|
||||
"van-submit-bar": "../../dist/submit-bar/index",
|
||||
"van-toast": "../../dist/toast/index"
|
||||
}
|
||||
"navigationBarTitleText": "GoodsAction 商品页行动点"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Icon 图标",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-col": "../../dist/col/index",
|
||||
"van-icon": "../../dist/icon/index"
|
||||
}
|
||||
"navigationBarTitleText": "Icon 图标"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Loading 加载",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-loading": "../../dist/loading/index"
|
||||
}
|
||||
"navigationBarTitleText": "Loading 加载"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "NavBar 导航栏",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-icon": "../../dist/icon/index",
|
||||
"van-nav-bar": "../../dist/nav-bar/index"
|
||||
}
|
||||
"navigationBarTitleText": "NavBar 导航栏"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "NoticeBar 通告栏",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-notice-bar": "../../dist/notice-bar/index"
|
||||
}
|
||||
"navigationBarTitleText": "NoticeBar 通告栏"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Notify 消息通知",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-button": "../../dist/button/index",
|
||||
"van-notify": "../../dist/notify/index"
|
||||
}
|
||||
"navigationBarTitleText": "Notify 消息通知"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Panel 面板",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-panel": "../../dist/panel/index",
|
||||
"van-button": "../../dist/button/index"
|
||||
}
|
||||
"navigationBarTitleText": "Panel 面板"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Popup 弹出层",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-popup": "../../dist/popup/index",
|
||||
"van-button": "../../dist/button/index"
|
||||
}
|
||||
"navigationBarTitleText": "Popup 弹出层"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Progress 进度条",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-progress": "../../dist/progress/index"
|
||||
}
|
||||
"navigationBarTitleText": "Progress 进度条"
|
||||
}
|
||||
|
@ -1,10 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Radio 单选框",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-radio-group": "../../dist/radio-group/index",
|
||||
"van-cell-group": "../../dist/cell-group/index",
|
||||
"van-cell": "../../dist/cell/index",
|
||||
"van-radio": "../../dist/radio/index"
|
||||
}
|
||||
"navigationBarTitleText": "Radio 单选框"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Search 搜索",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-search": "../../dist/search/index"
|
||||
}
|
||||
"navigationBarTitleText": "Search 搜索"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Slider 滑块",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-slider": "../../dist/slider/index"
|
||||
}
|
||||
"navigationBarTitleText": "Slider 滑块"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Stepper 步进器",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-stepper": "../../dist/stepper/index",
|
||||
"van-panel": "../../dist/panel/index"
|
||||
}
|
||||
"navigationBarTitleText": "Stepper 步进器"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Steps 步骤条",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-button": "../../dist/button/index",
|
||||
"van-steps": "../../dist/steps/index"
|
||||
}
|
||||
"navigationBarTitleText": "Steps 步骤条"
|
||||
}
|
||||
|
@ -1,9 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "SubmitBar 提交订单栏",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-submit-bar": "../../dist/submit-bar/index",
|
||||
"van-tag": "../../dist/tag/index",
|
||||
"van-toast": "../../dist/toast/index"
|
||||
}
|
||||
"navigationBarTitleText": "SubmitBar 提交订单栏"
|
||||
}
|
||||
|
@ -1,10 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "SwipeCell 滑动单元格",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-swipe-cell": "../../dist/swipe-cell/index",
|
||||
"van-cell-group": "../../dist/cell-group/index",
|
||||
"van-cell": "../../dist/cell/index",
|
||||
"van-dialog": "../../dist/dialog/index"
|
||||
}
|
||||
"navigationBarTitleText": "SwipeCell 滑动单元格"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "SwitchCell 开关单元格",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-switch-cell": "../../dist/switch-cell/index"
|
||||
}
|
||||
"navigationBarTitleText": "SwitchCell 开关单元格"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Switch 开关",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-switch": "../../dist/switch/index",
|
||||
"van-dialog": "../../dist/dialog/index"
|
||||
}
|
||||
"navigationBarTitleText": "Switch 开关"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Tab 标签页",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-tab": "../../dist/tab/index",
|
||||
"van-tabs": "../../dist/tabs/index"
|
||||
}
|
||||
"navigationBarTitleText": "Tab 标签页"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Tabbar 标签栏",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-tabbar": "../../dist/tabbar/index",
|
||||
"van-tabbar-item": "../../dist/tabbar-item/index"
|
||||
}
|
||||
"navigationBarTitleText": "Tabbar 标签栏"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Tag 标记",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-tag": "../../dist/tag/index"
|
||||
}
|
||||
"navigationBarTitleText": "Tag 标记"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Toast 轻提示",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-toast": "../../dist/toast/index",
|
||||
"van-button": "../../dist/button/index"
|
||||
}
|
||||
"navigationBarTitleText": "Toast 轻提示"
|
||||
}
|
||||
|
@ -1,8 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "Transition 动画",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-cell": "../../dist/cell/index",
|
||||
"van-transition": "../../dist/transition/index"
|
||||
}
|
||||
"navigationBarTitleText": "Transition 动画"
|
||||
}
|
||||
|
@ -1,7 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "TreeSelect 分类选择",
|
||||
"usingComponents": {
|
||||
"demo-block": "../../components/demo-block/index",
|
||||
"van-tree-select": "../../dist/tree-select/index"
|
||||
}
|
||||
"navigationBarTitleText": "TreeSelect 分类选择"
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
## ActionSheet 上拉菜单
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-action-sheet": "path/to/vant-weapp/dist/action-sheet/index"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-area": "path/to/vant-weapp/dist/area/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Badge 徽章
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-badge": "path/to/vant-weapp/dist/badge/index",
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-card": "path/to/vant-weapp/dist/card/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-cell": "path/to/vant-weapp/dist/cell/index",
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Checkbox 复选框
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-checkbox": "path/to/vant-weapp/dist/checkbox/index",
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-row": "path/to/vant-weapp/dist/row/index",
|
||||
|
@ -4,7 +4,7 @@ Dialog 组件支持函数调用和组件调用两种形式
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-dialog": "path/to/vant-weapp/dist/dialog/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Field 输入框
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-field": "path/to/vant-weapp/dist/field/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## goodsAction 商品页行动点
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-goods-action": "path/to/vant-weapp/dist/goods-action/index",
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-icon": "path/to/vant-weapp/dist/icon/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-loading": "path/to/vant-weapp/dist/loading/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-nav-bar": "path/to/vant-weapp/dist/nav-bar/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-notice-bar": "path/to/vant-weapp/dist/notice-bar/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Notify 消息提示
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
{
|
||||
"usingComponents": {
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Panel 面板
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-panel": "path/to/vant-weapp/dist/panel/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Popup 弹出层
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-popup": "path/to/vant-weapp/dist/popup/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Progress 进度条
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-progress": "path/to/vant-weapp/dist/progress/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Radio 单选框
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-radio": "path/to/vant-weapp/dist/radio/index",
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Search 搜索
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-search": "/packages/search/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Slider 滑块
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-slider": "/packages/slider/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-stepper": "path/to/vant-weapp/dist/stepper/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-steps": "path/to/vant-weapp/dist/steps/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## SubmitBar 提交订单栏
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-submit-bar": "path/to/vant-weapp/dist/submit-bar/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## SwipeCell 滑动单元格
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-swipe-cell": "path/to/vant-weapp/dist/swipe-cell/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## SwitchCell 开关单元格
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-switch-cell": "path/to/vant-weapp/dist/switch-cell/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-switch": "path/to/vant-weapp/dist/switch/index"
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Tab 标签页
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-tab": "path/to/vant-weapp/dist/tab/index",
|
||||
|
@ -1,7 +1,7 @@
|
||||
## Tabbar 标签栏
|
||||
|
||||
### 使用指南
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-tabbar": "/packages/tabbar/index",
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-tag": "path/to/vant-weapp/dist/tag/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-toast": "path/to/vant-weapp/dist/toast/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-transition": "path/to/vant-weapp/dist/transition/index"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 使用指南
|
||||
|
||||
在 index.json 中引入组件
|
||||
在 app.json 或 index.json 中引入组件
|
||||
```json
|
||||
"usingComponents": {
|
||||
"van-tree-select": "path/to/vant-weapp/dist/tree-select/index"
|
||||
|
Loading…
x
Reference in New Issue
Block a user