focus ref
user_8454105
plain_text
a year ago
94 B
3
Indexable
const element = this.$refs[refName];
if (element) {
element.focus();
}Editor is loading...
Leave a Comment
const element = this.$refs[refName];
if (element) {
element.focus();
}