mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-19 08:50:23 +01:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import Vue from 'vue';
|
|
|
|
import userPreview from './user-preview';
|
|
|
|
Vue.directive('userPreview', userPreview);
|
|
Vue.directive('user-preview', userPreview);
|