Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit d3062a0

Browse files
committed
fix: make component available on the plugin again for custom renaming.
1 parent 4a57221 commit d3062a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ vueTouch.registerCustomEvent = function registerCustomEvent(event, options = {})
2929
}
3030
}.bind(vueTouch)
3131

32+
vueTouch.component = Component
33+
3234
// Utilities
3335
// ********
3436

0 commit comments

Comments
 (0)