6 lines
53 B
TypeScript
6 lines
53 B
TypeScript
export default {
|
|
inserted(el) {
|
|
el.focus();
|
|
}
|
|
};
|