为什么我的图像没有显示在人力资源中?

时间:2015-10-08 17:59:50

标签: html css meteor meteor-blaze spacebars

我的Meteor应用程序中有这个HTML:

vue-router

...而且这个CSS:

this.$route.router.go('path')

图像位于/public/images/dbp.jpg中,但它根本不显示 - 实际上,前“普通简”hr也不再显示。

我在这里错过了什么或做错了什么?

1 个答案:

答案 0 :(得分:1)

您需要在hr标记中定义高度。

hr{border:1px solid red;height:30px;background:url(https://i.stack.imgur.com/VJ2Se.png?s=32&g=1)}
<hr>