vue-declassify-to-setup
Advanced tools
Comparing version
{ | ||
"name": "vue-declassify-to-setup", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Øystein Tvedten <oystein.tvedten@outlook.com>", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
@@ -59,7 +59,7 @@ # Vue 2 vue-property-decorator to Vue 2/3 setup-api converter :rocket: | ||
-d, --destination Specify the path to the destination directory. Defaults to | ||
the current path. | ||
-v, --vue Set the Vue target version. By default, it is set to | ||
2. Use 3 to convert to Vue 3. The difference is related to | ||
v-model. | ||
-g, --no-grouping Deactivate the grouping of declarations for refs/reactive. | ||
the current path. | ||
-v, --vue Set the Vue target version. By default, it is set to 2. Use | ||
3 to convert to Vue 3. The difference is related to | ||
v-model. | ||
-g, --grouping Activate the grouping of declarations for refs/reactive. | ||
@@ -66,0 +66,0 @@ -n, --no-comment Disable the inclusion of informative comments within the |
63109
-0.08%