在mounted中动态绑定事件
mounted () {
window.$('').on('click', function () {
...
})
}
不使用@click的目的是想要绑定很多元素
但是这样做一直不会触发是怎么回事?
相关分类