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
2018-03-29 20:32:18 +09:00

6 lines
113 B
TypeScript

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