mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-21 05:44:48 +00:00
7 lines
154 B
TypeScript
7 lines
154 B
TypeScript
![]() |
import Vue from 'vue';
|
||
|
|
||
|
import userPreview from './user-preview';
|
||
|
|
||
|
Vue.directive('userPreview', userPreview);
|
||
|
Vue.directive('user-preview', userPreview);
|