Document
点击
点击
触碰
点击
点击
点击
点击
点击
点击
点击
let vm = new Vue({
el:"#app",
data:{
a:1,
},
methods: {
fn(){
console.log("111")
}
},
})