From e699b4110f07fe5755ba128726b47df33c187a8e Mon Sep 17 00:00:00 2001 From: QITMAC000948 <1477869317@qq.com> Date: Fri, 31 May 2019 15:03:34 +0800 Subject: [PATCH] :sparkles: --- .gitignore | 3 ++- .npmignore | 3 ++- README.md | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3db2eda..63a05a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ yarn.lock dist/ -package-lock.json \ No newline at end of file +package-lock.json +.idea/ \ No newline at end of file diff --git a/.npmignore b/.npmignore index 167ab9f..91d40ee 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ node_modules/ -yarn.lock \ No newline at end of file +yarn.lock +.idea/ \ No newline at end of file diff --git a/README.md b/README.md index e403e36..5660e43 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ # fastclick-pro + +``` + +npm i fastclick-pro +or +yarn add fastclick-pro + + +``` + 优化fastclick的问题 - input和textarea的光标问题