chore: add vant-waterfall package

This commit is contained in:
陈嘉涵
2019-08-21 15:08:22 +08:00
parent 495588e020
commit 3248f16719
7 changed files with 2501 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import Waterfall from './directive';
Waterfall.install = function (Vue) {
Vue.directive('WaterfallLower', Waterfall('lower'));
Vue.directive('WaterfallUpper', Waterfall('upper'));
};
export default Waterfall;