1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-23 02:58:22 +09:00
cherrypick/src/client/app/desktop/views/directives/index.ts

7 lines
154 B
TypeScript
Raw Normal View History

2018-02-17 02:24:10 +09:00
import Vue from 'vue';
import userPreview from './user-preview';
Vue.directive('userPreview', userPreview);
Vue.directive('user-preview', userPreview);