InfiniteScroll: Update package name (#16125)

* infinite scroll rename

* infinite scroll rename

* update name config

* update name config

* add missing files
This commit is contained in:
iamkun
2019-06-24 14:44:29 +08:00
committed by Zhi Cun
parent 089afb25c5
commit 4069f37ef0
6 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
import InfiniteScroll from './src/main.js';
/* istanbul ignore next */
InfiniteScroll.install = function(Vue) {
Vue.directive(InfiniteScroll.name, InfiniteScroll);
};
export default InfiniteScroll;