Skip to content

Commit

Permalink
fix(touch-emulator): fix cjs to esm
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jan 9, 2022
1 parent c233032 commit ce68ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-touch-emulator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ if (inBrowser && !supportTouch) {
createTouchEmulator()
}

module.exports = {}
export default {}

0 comments on commit ce68ff3

Please sign in to comment.