vue-promise-btn
Advanced tools
Comparing version 1.3.0 to 1.3.1
# Changelog | ||
## 1.3.0 | ||
- Fixed issues #2 and #4 | ||
- Added ability to pass params in event expressions properly | ||
## 1.2.0 | ||
@@ -3,0 +7,0 @@ - Add support for vue@2.6+ |
{ | ||
"name": "vue-promise-btn", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Vue.js plugin that handles buttons asynchronous lock and show loading state indicator", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -43,2 +43,8 @@ # vue-promise-btn | ||
## Important Notice | ||
Don't use semicolon in event expressions. It may break promise return in template-compiler: <br> | ||
Good: `@click="handler($event)"` <br> | ||
Bad: `@click="handler($event);"` | ||
## Contributing | ||
@@ -45,0 +51,0 @@ |
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
26967
63