<el-button type="primary" size="default" style="margin-bottom: 10px;" @click="copy">唤起微信
</el-button>
//唤起微信
const copy = () => {window.location.href = "weixin://"
}
<el-button type="primary" size="default" style="margin-bottom: 10px;" @click="copy">唤起微信
</el-button>
//唤起微信
const copy = () => {window.location.href = "weixin://"
}