1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-29 05:58:06 +09:00
hotomoe/src/web/app/common/views/directives/index.ts
2018-02-12 00:17:51 +09:00

6 lines
85 B
TypeScript

import Vue from 'vue';
import focus from './focus';
Vue.directive('focus', focus);