Skip to content

Commit f6d4cf6

Browse files
chenfengjw163dolymood
authored andcommitted
sticky-ele组件导出错误 (#409)
Thanks for your PR.
1 parent e31a573 commit f6d4cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/sticky/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Sticky.install = function (Vue) {
66
Vue.component(StickyEle.name, StickyEle)
77
}
88

9-
Sticky.Ele = Sticky
9+
Sticky.Ele = StickyEle
1010

1111
export default Sticky

0 commit comments

Comments
 (0)