点击按钮切换组件 但切换不了
js:
var Rm={
template:'#aa',
}
var Wr={
template:'#bb',
}
var vm=new Vue({
el:'#app',
data:{
currentView:Rm,
picked:0
},
mounted:function(){
},
watch:{
'picked':function(val){
this.currentView=Wr
console.log(this.currentView)
}
},
})
html
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
学习是最好的投资!