mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-29 05:58:06 +09:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
import Vue from 'vue';
|
|
|
|
import focus from './focus';
|
|
|
|
Vue.directive('focus', focus);
|