vue3-tabs-component
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,3 +5,6 @@ # Changelog | ||
## 1.0.2 - 2021-06-12 | ||
## 1.0.3 - 2021-07-29 | ||
- Fix preventing default event behaviour when a disabled tab is being selected and event is not provided | ||
## 1.0.2 - 2021-06-17 | ||
- Fix trailing `n` character in CDN | ||
@@ -8,0 +11,0 @@ |
{ | ||
"name": "vue3-tabs-component", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Vue component to easily render tabs", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
Sorry, the diff of this file is not supported yet
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
17691