我在跟踪
this tutorial
使用引导程序设置链接样式,但是当我添加
badge badge-info
班级到
a
Vue.js
):
<div class="mask">
<div class="mask-content">
<h5>{{anime.title}}</h5>
<!-- The link with the problem -->
<a class="badge badge-info text-white">Read More...</a>
</div>
</div>
<a class="badge badge-info text-white" href="javascript:;">Read More...</a>
<!--FYI.. This will cause the page to jump to the top -->
<a class="badge badge-info text-white" href="#">Read More...</a>