vue3-tabs-component
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,7 +5,10 @@ # Changelog | ||
## 1.0.0 - 2020-04-29 | ||
## 1.0.1 - 2021-06-12 | ||
- Fix importing `Tab` & `Tabs` components when using Vite | ||
## 1.0.0 - 2021-04-29 | ||
- Initial release | ||
- Improved usage explanation in readme to properly support the Vue3 syntax | ||
## 0.0.2 - 2020-01-18 | ||
## 0.0.2 - 2021-01-18 | ||
- Reuse `vue-tabs-component` default storage key to smoothen transition from `spatie/vue-tabs-component` |
{ | ||
"name": "vue3-tabs-component", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Vue component to easily render tabs", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,3 +0,3 @@ | ||
import Tab from './components/Tab'; | ||
import Tabs from './components/Tabs'; | ||
import Tab from './components/Tab.vue';n | ||
import Tabs from './components/Tabs.vue'; | ||
@@ -4,0 +4,0 @@ export default { |
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
17496