Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue3-tabs-component

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-tabs-component - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

CHANGELOG.md

@@ -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 {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc