Skip to content

Commit a246c6c

Browse files
committed
👍
1 parent c3f4714 commit a246c6c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = {
8787
fastclick: {
8888
when: 'isNotTest',
8989
type: 'confirm',
90-
message: 'Install fastclick.js, which is handler mobile browsers will wait approximately 300ms from the time that you tap the button to fire the click event?',
90+
message: 'Install fastclick.js, which is handler mobile browsers `300ms problem`?',
9191
},
9292
xmui: {
9393
when: 'isNotTest',

Diff for: template/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
"vuex":"^3.0.1"{{/vuex}},
3131
"axios": "^0.18.0"{{#xmui}},
3232
"x-m-ui": "^0.1.25"{{/xmui}}{{#dayjs}},
33-
"dayjs": "^1.5.16"{{/dayjs}}
33+
"dayjs": "^1.5.16"{{/dayjs}}{{#fastclick}},
34+
"fastclick": "^1.0.6"
35+
{{/fastclick}}
3436
},
3537
"devDependencies": {
3638
{{#lint}}

0 commit comments

Comments
 (0)