diff options
Diffstat (limited to 'src/client/app/desktop/views/directives/index.ts')
| -rw-r--r-- | src/client/app/desktop/views/directives/index.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/app/desktop/views/directives/index.ts b/src/client/app/desktop/views/directives/index.ts new file mode 100644 index 0000000000..324e07596d --- /dev/null +++ b/src/client/app/desktop/views/directives/index.ts @@ -0,0 +1,6 @@ +import Vue from 'vue'; + +import userPreview from './user-preview'; + +Vue.directive('userPreview', userPreview); +Vue.directive('user-preview', userPreview); |