vue3-transition-expand
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "vue3-transition-expand", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -10,2 +10,13 @@ "homepage": "https://github.com/vuejs/core/tree/main/packages/vue#readme", | ||
], | ||
"keywords": [ | ||
"vue", | ||
"nuxt", | ||
"transition", | ||
"auto", | ||
"height", | ||
"expand", | ||
"animation", | ||
"component", | ||
"slideToggle" | ||
], | ||
"main": "./dist/vue3-transition-expand.umd.cjs", | ||
@@ -12,0 +23,0 @@ "module": "./dist/vue3-transition-expand.js", |
@@ -10,3 +10,3 @@ # Vue Transition Expand (for Vue 3) | ||
yarn add vue3-transition-expand | ||
// or | ||
# or | ||
npm install vue3-transition-expand | ||
@@ -13,0 +13,0 @@ ``` |
6104