1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 02:24:01 +02:00
This commit is contained in:
syuilo
2018-02-17 02:24:10 +09:00
parent fe1d6a1b09
commit 7d377925a0
15 changed files with 115 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
import Vue from 'vue';
import userPreview from './user-preview';
Vue.directive('userPreview', userPreview);
Vue.directive('user-preview', userPreview);

View File

@@ -0,0 +1,2 @@
// nope
export default {};