ну значит у вас и решения нет
$('.block').each(function(index, elem){
$(elem).find('.vc-hoverbox')
....
});
@import "myOverrideVariables.scss";
@import "bootstrap/variables.scss";
@import "myCustomVariables.scss";
@import "bootstrap/bootstrap.scss";
data {
…
myType: this.type, // начальное значение из внешнего пропа
}
showPass(){
if(this.myType == 'password') this.myType = 'text'
else this.myType = 'password'
},
<input :type="myType">