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

Commit 14d4b76

Browse files
committed
new builds
1 parent a26a49a commit 14d4b76

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

dist/hammer-ssr.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export default class Hammer {
2+
contructor() {
3+
console.log(`[vue-touch] Your should never see this message.
4+
When you do, your code tried to call 'new Hammer(), but your app has included a stub for HammerJS, provided by vue-touch, instead of the actual HammerJS library.
5+
`)
6+
}
7+
}

dist/vue-touch.js

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-touch.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-touch.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)