Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
strongcode9527 committed May 31, 2019
1 parent 1ebb761 commit e699b41
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
yarn.lock
dist/
package-lock.json
package-lock.json
.idea/
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
yarn.lock
yarn.lock
.idea/
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# fastclick-pro

```
npm i fastclick-pro
or
yarn add fastclick-pro
```

优化fastclick的问题

- input和textarea的光标问题
Expand Down

0 comments on commit e699b41

Please sign in to comment.