From 3318fb52872e5d80455355e078c559e215b4b6e3 Mon Sep 17 00:00:00 2001
From: Eran Grinberg
- +
@@ -48,6 +48,7 @@ See [Docs](https://erangrin.github.io/vue-web-component-wrapper) - **UnoCSS** - [Demo](https://stackblitz.com/~/github.com/EranGrin/element-plus-unocss-web-component?file=src/style.css:L1-L2) - **Vuetify** - [Demo](https://stackblitz.com/~/github.com/EranGrin/vuetify-web-component-wrapper) - **Element Plus** - [Demo](https://stackblitz.com/~/github.com/EranGrin/element-plus-unocss-web-component?file=src/style.css:L1-L2) + See documentation for more details [Docs](https://erangrin.github.io/vue-web-component-wrapper) ## Installation diff --git a/package.json b/package.json index 859b008..fc6bfb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-web-component-wrapper", - "version": "1.6.3", + "version": "1.6.4", "description": "A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.", "repository": { "type": "git", diff --git a/package/package.json b/package/package.json index f435bd4..b789eb6 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "vue-web-component-wrapper", - "version": "1.6.3", + "version": "1.6.4", "description": "A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.", "types": "types.d.ts", "repository": {