mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-11 16:53:08 +02: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);
|