mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-15 18:10:59 -07:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import Vue from 'vue';
|
|
|
|
import userPreview from './user-preview';
|
|
|
|
Vue.directive('userPreview', userPreview);
|
|
Vue.directive('user-preview', userPreview);
|