[improvement] optimize component registration (#846)

This commit is contained in:
neverland 2018-11-01 20:25:27 +08:00 committed by GitHub
parent 5e0a7cbea4
commit ede23675fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
69 changed files with 114 additions and 249 deletions

View File

@ -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"
}
}

View File

@ -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 上拉菜单"
}

View File

@ -1,7 +1,3 @@
{
"navigationBarTitleText": "Area 省市区选择",
"usingComponents": {
"demo-block": "../../components/demo-block/index",
"van-area": "../../dist/area/index"
}
"navigationBarTitleText": "Area 省市区选择"
}

View File

@ -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 徽章"
}

View File

@ -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 按钮"
}

View File

@ -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 卡片"
}

View File

@ -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 单元格"
}

View File

@ -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 复选框"
}

View File

@ -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 布局"
}

View File

@ -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"
}

View File

@ -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 弹出框"
}

View File

@ -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 输入框"
}

View File

@ -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 商品页行动点"
}

View File

@ -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 图标"
}

View File

@ -1,7 +1,3 @@
{
"navigationBarTitleText": "Loading 加载",
"usingComponents": {
"demo-block": "../../components/demo-block/index",
"van-loading": "../../dist/loading/index"
}
"navigationBarTitleText": "Loading 加载"
}

View File

@ -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 导航栏"
}

View File

@ -1,7 +1,3 @@
{
"navigationBarTitleText": "NoticeBar 通告栏",
"usingComponents": {
"demo-block": "../../components/demo-block/index",
"van-notice-bar": "../../dist/notice-bar/index"
}
"navigationBarTitleText": "NoticeBar 通告栏"
}

View File

@ -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 消息通知"
}

View File

@ -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 面板"
}

View File

@ -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 弹出层"
}

View File

@ -1,7 +1,3 @@
{
"navigationBarTitleText": "Progress 进度条",
"usingComponents": {
"demo-block": "../../components/demo-block/index",
"van-progress": "../../dist/progress/index"
}
"navigationBarTitleText": "Progress 进度条"
}

View File

@ -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 单选框"
}

View File

@ -1,7 +1,3 @@
{
"navigationBarTitleText": "Search 搜索",
"usingComponents": {
"demo-block": "../../components/demo-block/index",
"van-search": "../../dist/search/index"
}
"navigationBarTitleText": "Search 搜索"
}

View File

@ -1,7 +1,3 @@
{
"navigationBarTitleText": "Slider 滑块",
"usingComponents": {
"demo-block": "../../components/demo-block/index",
"van-slider": "../../dist/slider/index"
}
"navigationBarTitleText": "Slider 滑块"
}

View File

@ -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 步进器"
}

View File

@ -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 步骤条"
}

View File

@ -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 提交订单栏"
}

View File

@ -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 滑动单元格"
}

View File

@ -1,7 +1,3 @@
{
"navigationBarTitleText": "SwitchCell 开关单元格",
"usingComponents": {
"demo-block": "../../components/demo-block/index",
"van-switch-cell": "../../dist/switch-cell/index"
}
"navigationBarTitleText": "SwitchCell 开关单元格"
}

View File

@ -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 开关"
}

View File

@ -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 标签页"
}

View File

@ -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 标签栏"
}

View File

@ -1,7 +1,3 @@
{
"navigationBarTitleText": "Tag 标记",
"usingComponents": {
"demo-block": "../../components/demo-block/index",
"van-tag": "../../dist/tag/index"
}
"navigationBarTitleText": "Tag 标记"
}

View File

@ -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 轻提示"
}

View File

@ -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 动画"
}

View File

@ -1,7 +1,3 @@
{
"navigationBarTitleText": "TreeSelect 分类选择",
"usingComponents": {
"demo-block": "../../components/demo-block/index",
"van-tree-select": "../../dist/tree-select/index"
}
"navigationBarTitleText": "TreeSelect 分类选择"
}

View File

@ -1,7 +1,7 @@
## ActionSheet 上拉菜单
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-action-sheet": "path/to/vant-weapp/dist/action-sheet/index"

View File

@ -3,7 +3,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-area": "path/to/vant-weapp/dist/area/index"

View File

@ -1,7 +1,7 @@
## Badge 徽章
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-badge": "path/to/vant-weapp/dist/badge/index",

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-card": "path/to/vant-weapp/dist/card/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-cell": "path/to/vant-weapp/dist/cell/index",

View File

@ -1,7 +1,7 @@
## Checkbox 复选框
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-checkbox": "path/to/vant-weapp/dist/checkbox/index",

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-row": "path/to/vant-weapp/dist/row/index",

View File

@ -4,7 +4,7 @@ Dialog 组件支持函数调用和组件调用两种形式
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-dialog": "path/to/vant-weapp/dist/dialog/index"

View File

@ -1,7 +1,7 @@
## Field 输入框
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-field": "path/to/vant-weapp/dist/field/index"

View File

@ -1,7 +1,7 @@
## goodsAction 商品页行动点
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-goods-action": "path/to/vant-weapp/dist/goods-action/index",

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-icon": "path/to/vant-weapp/dist/icon/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-loading": "path/to/vant-weapp/dist/loading/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-nav-bar": "path/to/vant-weapp/dist/nav-bar/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-notice-bar": "path/to/vant-weapp/dist/notice-bar/index"

View File

@ -1,7 +1,7 @@
## Notify 消息提示
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
{
"usingComponents": {

View File

@ -1,7 +1,7 @@
## Panel 面板
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-panel": "path/to/vant-weapp/dist/panel/index"

View File

@ -1,7 +1,7 @@
## Popup 弹出层
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-popup": "path/to/vant-weapp/dist/popup/index"

View File

@ -1,7 +1,7 @@
## Progress 进度条
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-progress": "path/to/vant-weapp/dist/progress/index"

View File

@ -1,7 +1,7 @@
## Radio 单选框
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-radio": "path/to/vant-weapp/dist/radio/index",

View File

@ -1,7 +1,7 @@
## Search 搜索
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-search": "/packages/search/index"

View File

@ -1,7 +1,7 @@
## Slider 滑块
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-slider": "/packages/slider/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-stepper": "path/to/vant-weapp/dist/stepper/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-steps": "path/to/vant-weapp/dist/steps/index"

View File

@ -1,7 +1,7 @@
## SubmitBar 提交订单栏
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-submit-bar": "path/to/vant-weapp/dist/submit-bar/index"

View File

@ -1,7 +1,7 @@
## SwipeCell 滑动单元格
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-swipe-cell": "path/to/vant-weapp/dist/swipe-cell/index"

View File

@ -1,7 +1,7 @@
## SwitchCell 开关单元格
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-switch-cell": "path/to/vant-weapp/dist/switch-cell/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-switch": "path/to/vant-weapp/dist/switch/index"

View File

@ -1,7 +1,7 @@
## Tab 标签页
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-tab": "path/to/vant-weapp/dist/tab/index",

View File

@ -1,7 +1,7 @@
## Tabbar 标签栏
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-tabbar": "/packages/tabbar/index",

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-tag": "path/to/vant-weapp/dist/tag/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-toast": "path/to/vant-weapp/dist/toast/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-transition": "path/to/vant-weapp/dist/transition/index"

View File

@ -2,7 +2,7 @@
### 使用指南
在 index.json 中引入组件
app.json 或 index.json 中引入组件
```json
"usingComponents": {
"van-tree-select": "path/to/vant-weapp/dist/tree-select/index"