button-animation
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "button-animation", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "一个b站上学习到的按钮点击动画", | ||
@@ -5,0 +5,0 @@ "main": "btnAnimation.js", |
@@ -5,3 +5,3 @@ # 演示效果 | ||
# 使用案例 | ||
# 使用步骤 | ||
@@ -22,5 +22,9 @@ 1.install | ||
buttonAnimation(e) | ||
```js | ||
clickBtn(e) { | ||
buttonAnimation(e); | ||
}, | ||
``` | ||
示例 demo | ||
# 示例 demo | ||
@@ -27,0 +31,0 @@ ```vue |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3012
83