diff --git a/README.md b/README.md index cee7cad..e458dbb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
- +
@@ -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": {