mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-09 00:39:20 +09: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);
|