| 12345678910 |
- import EmTableList from './src/main';
- import Vue from 'vue'
- import {shortcutKeys} from '../../src/tools/directives'
- Vue.directive('shortcutKeys',shortcutKeys)
- /* istanbul ignore next */
- EmTableList.install = function(Vue) {
- Vue.component(EmTableList.name, EmTableList);
- };
- export default EmTableList;
|