摘要: <template> <div> <button @click="test">点击</button> </div> </template> <script> export default { data() { return { } }, methods: { test() { const Data 阅读全文
posted @ 2019-12-09 15:06 无所谓。。。 阅读(219) 评论(0) 推荐(0) 编辑
摘要: _this.$vux.confirm.show({ title: '复制分享链接', content: ‘分享的内容’, onConfirm() { // _this.$vux.toast.text('复制成功') let url = ‘分享的内容’; let oInput = document.c 阅读全文
posted @ 2019-12-09 14:00 无所谓。。。 阅读(685) 评论(0) 推荐(0) 编辑