图像不显示与流星模板

时间:2017-05-26 19:19:03

标签: templates meteor

我对编码很新,甚至对流星更新。

我的html文件中的Metoer应用程序中的客户端文件夹中有以下代码,而客户端文件夹中的公共文件夹中的图像是image1.jpg。

图片在浏览器中显示为已损坏。

<head>
  <title>image_share</title>
</head>

<body>
  <h1>Welcome to Coursera!</h1>

  {{> images}}
</body>

<template name="images">
  <img src="image1.jpg" alt="Popey Village" />
</template>

0 个答案:

没有答案