We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc9a79 commit b263636Copy full SHA for b263636
docs/custom.md
@@ -55,14 +55,22 @@ npm install
55
npm run dev
56
```
57
58
-进入开发自动编译
+开发模式自动编译
59
60
-```
+```bash
61
npm run watch
62
63
64
> 注意:如果失败,可能需要执行两次
65
66
+编译
67
+
68
69
+npm run production
70
+```
71
72
73
74
## 目录结构说明
75
76
@@ -159,6 +167,8 @@ class GoodsSku extends Component
159
167
attrs: Object,
160
168
//当前表单的所有字段的值
161
169
form_data: Object,
170
+ //当前表单所有的item
171
+ form_items: Array,
162
172
//当前字段的值,注意:不一定的null
163
173
value: {
164
174
default: null
0 commit comments