filter__title
как реализованна их динамика- это подразумевает движение, но не вид.
created () {
this.adBlockNotDetected()
},
methods:{
adBlockNotDetected(){
console.log('AdBlock is not enabled')
this.status = 'AdBlock is not enabled'
}
}
created () {
var _this=this
function adBlockNotDetected() {
console.log('AdBlock is not enabled')
_this.status = 'AdBlock is not enabled'
}
}