1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-18 08:38:45 +09:00
cherrypick/src/client/app/common/views/directives/index.ts

6 lines
113 B
TypeScript
Raw Normal View History

2018-02-12 00:17:51 +09:00
import Vue from 'vue';
2018-02-25 01:55:49 +09:00
import autocomplete from './autocomplete';
2018-02-12 00:17:51 +09:00
2018-02-25 01:55:49 +09:00
Vue.directive('autocomplete', autocomplete);