MH
Size: a a a
MH
SS
SS
mounted(){
this.initClientOnlyComp()
},
methods: {
initClientOnlyComp(count = 10) {
this.$nextTick(() => {
if (this.$refs.myComp) {
//...
} else if (count > 0) {
this.initClientOnlyComp(count - 1);
}
});
},
}M

СР
MH
MH
СР
MH
MH
AS
СР
MH
MH
АА
ИН
В
В