mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-16 21:06:27 +01:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
|
import Vue from 'vue';
|
||
|
|
||
|
import focus from './focus';
|
||
|
|
||
|
Vue.directive('focus', focus);
|