Meteor autoform 使用autoForm/quickForm,返回对象而不是html表单

Meteor autoform 使用autoForm/quickForm,返回对象而不是html表单,meteor-autoform,Meteor Autoform,我正在尝试使用quickForm form autoForm从我的集合生成表单 <template name="NewRecipe"> <div class="new-recipe-container"> {{> quickForm collection="Recipes" id="insertRecipeForm" type="insert" class="new-recipe-form"}} </div> </t

我正在尝试使用quickForm form autoForm从我的集合生成表单

<template name="NewRecipe">
    <div class="new-recipe-container">
        {{> quickForm collection="Recipes" id="insertRecipeForm" type="insert" class="new-recipe-form"}}
    </div>
</template>

按钮显示为按钮,但“我的架构”上的字段不显示。

切换到旧版本,当前版本为1.5.0。需要使用1.4.3

命令如下:

cd [to your project]
meteor npm install --save simpl-schema@1.4.3

切换到旧版本,当前版本为1.5.0。需要使用1.4.3

命令如下:

cd [to your project]
meteor npm install --save simpl-schema@1.4.3

首先卸载旧的siml模式

meteor npm卸载--保存简单模式

然后将simlschema 1.5.0降级为1.4.0

meteor npm安装--保存siml-schema@1.4.3


它适合我。

首先卸载旧的siml模式

meteor npm卸载--保存简单模式

然后将simlschema 1.5.0降级为1.4.0

meteor npm安装--保存siml-schema@1.4.3


这对我来说很有效。

Therevwas a issue files,解决方案是回滚到1.4版,但仍有错误Revwas a issue files,解决方案是回滚到1.4版,但仍有错误