We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31a573 commit f6d4cf6Copy full SHA for f6d4cf6
src/modules/sticky/index.js
@@ -6,6 +6,6 @@ Sticky.install = function (Vue) {
6
Vue.component(StickyEle.name, StickyEle)
7
}
8
9
-Sticky.Ele = Sticky
+Sticky.Ele = StickyEle
10
11
export default Sticky
0 commit comments