【发布时间】:2016-05-29 07:30:52
【问题描述】:
我需要检查我的应用中是否安装了包my-package:notification。
只有这样才能使用另一个模板(这是这个包的一部分)。
类似这样的:
<template name="example">
{{#if hasNotificationPackage}}
{{>notification}}
{{/if}}
</template>
我该怎么做?
【问题讨论】:
标签: javascript meteor meteor-blaze