UNPKG

element3

Version:

A Component Library for Vue3

10 lines (9 loc) 126 B
export default function (ref) { return { methods: { focus() { this.$refs[ref].focus() } } } }