mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-18 08:38:45 +09:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
|
import Vue from 'vue';
|
||
|
|
||
|
import focus from './focus';
|
||
|
|
||
|
Vue.directive('focus', focus);
|