1)一个Vue组件方法调用methods中另一个方法
this.$options.methods.getRandom(6);
2)vue 跳转外部链接(百度等)
window.location.href = 'http://www.baidu.com';
2)Vue实现标签 href动态拼接,点击后使用新窗口打开网页
<a :href="'/text/article/' + destdir" target="_blank" />
posted on 2019-08-18 15:57 ${} 阅读(323) 评论(0) 编辑 收藏 举报