mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-25 05:29:07 +01:00
6 lines
53 B
TypeScript
6 lines
53 B
TypeScript
|
export default {
|
||
|
inserted(el) {
|
||
|
el.focus();
|
||
|
}
|
||
|
};
|