Skip to content

Commit b263636

Browse files
committed
更新文档
1 parent 6fc9a79 commit b263636

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/custom.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,22 @@ npm install
5555
npm run dev
5656
```
5757

58-
进入开发自动编译
58+
开发模式自动编译
5959

60-
```
60+
```bash
6161
npm run watch
6262
```
6363

6464
> 注意:如果失败,可能需要执行两次
6565
66+
编译
67+
68+
```bash
69+
npm run production
70+
```
71+
72+
73+
6674
## 目录结构说明
6775

6876
```
@@ -159,6 +167,8 @@ class GoodsSku extends Component
159167
attrs: Object,
160168
//当前表单的所有字段的值
161169
form_data: Object,
170+
//当前表单所有的item
171+
form_items: Array,
162172
//当前字段的值,注意:不一定的null
163173
value: {
164174
default: null

0 commit comments

Comments
 (0)