【发布时间】:2015-11-24 05:23:53
【问题描述】:
谁能告诉我如何让 Autoform 使用这个嵌套模式?
date: {
type: Number,
max: new Date().getFullYear(),
optional: true
},
"date.estimated": {
type: Boolean
},
我试过了
{{> afQuickField 'date.estimated'}}
没有喜悦。
【问题讨论】: