1.首先你拼接的html

let content=<button onclick="come()"></button>;

2.在methods中创建一个函数

methods:function(){

come:function(){
    alert('你好!再见')
}

},
3.嫁接的桥梁

created(){

let bridge=this;
window.come=bridge.come;

},

Logo

前往低代码交流专区

更多推荐