简体   繁体   English

如何通过v-el指令使用blockUI和Vue.js

[英]How to use blockUI and Vue.js with v-el directive

I was wondering if there is anyway to use the plugin blockUI with Vue.js through v-el directive! 我想知道是否有通过v-el指令将插件blockUI与Vue.js一起使用!

I would like to do something like: 我想做类似的事情:

this.$els.myElement.block();
this.$els.myElement.unblock();

Any clue or anything similar easier? 有任何线索或类似的东西更容易吗?

$(this.$els.myElement).block()

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM