mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-31 22:50:43 +00:00
5 lines
53 B
TypeScript
5 lines
53 B
TypeScript
export default {
|
|
inserted(el) {
|
|
el.focus();
|
|
}
|
|
};
|