if I want to use the page component of iView in render, how can I trigger its on-change event?
this is written in render, but there is no response
if I want to use the page component of iView in render, how can I trigger its on-change event?
this is written in render, but there is no response
on:{
'on-change': () => {
console.log('111')
}
}
answer again