vue3-tabs-component
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -5,2 +5,5 @@ # Changelog | ||
## 1.0.8 - 2022-05-15 | ||
- Fix server side rendering for Tabs component to use the `window` object after mounting | ||
## 1.0.7 - 2022-04-24 | ||
@@ -7,0 +10,0 @@ - Fix tab active state persistence when a Tab's props are changed |
{ | ||
"name": "vue3-tabs-component", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
27381