2018年3月7日
摘要: 1.vue2.0 不支持 v-html 后绑定的内容使用过滤,可是有时候过滤必须使用 解决:通过methods中定义方法 然后 v-html='myMethods(string)' 2.笔者使用的mintui 当想要给mt-button绑定@click事件 让其 this.$router.push( 阅读全文
posted @ 2018-03-07 14:41 斧子兔 阅读(351) 评论(0) 推荐(0)