我的流星项目有一些问题,浏览器控制台每次都会显示“延迟回调中的异常:错误:没有这样的模板:quickForm”
这是我更好地理解的代码:
<template name="NewRecipe">
<div class="new-recipe-container">
{{> quickForm collection="Recipes" id="insertRecipeForm" type="insert" class="new-recipe-form"}}
</div>
我想我错过了导入一些包......
块引用