Sharkey/src/client/app/common/views/directives/index.ts

6 lines
113 B
TypeScript
Raw Normal View History

2018-02-11 17:17:51 +02:00
import Vue from 'vue';
2018-02-24 18:55:49 +02:00
import autocomplete from './autocomplete';
2018-02-11 17:17:51 +02:00
2018-02-24 18:55:49 +02:00
Vue.directive('autocomplete', autocomplete);