focus ref

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