chushihua
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
import Popover from './src/main';
|
||||
import directive from './src/directive';
|
||||
import Vue from 'vue';
|
||||
|
||||
Vue.directive('popover', directive);
|
||||
|
||||
/* istanbul ignore next */
|
||||
Popover.install = function(Vue) {
|
||||
Vue.directive('popover', directive);
|
||||
Vue.component(Popover.name, Popover);
|
||||
};
|
||||
Popover.directive = directive;
|
||||
|
||||
export default Popover;
|
||||
Reference in New Issue
Block a user