File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Inspired by [react-codemod](https://github.com/reactjs/react-codemod).
8
8
9
9
## Usage
10
10
11
- `npx vue-codemod -t <transformation > -f <path > [ ...options]
11
+ ` npx vue-codemod -t <transformation> -f <path> [...options] `
12
12
13
13
- ` transformation ` - name of transformation, see available transformations below. Or you can provide a path to a custom transformation module.
14
14
- ` path ` - files or directory to transform
@@ -34,7 +34,7 @@ Alias of [`new-vue-to-create-app`](#new-vue-to-create-app)
34
34
### rfc-0013
35
35
36
36
** WIP**
37
- Runs [ ` object-to-composition-api ` ] ( #object-to-composition-api )
37
+ Runs [ ` object-to-composition-api ` ] ( #object-to-composition-api ) and [ ` remove-composition-api-plugin ` ] ( #remove-composition-api-plugin )
38
38
39
39
### new-vue-to-create-app
40
40
@@ -47,6 +47,10 @@ Converts `new Vue(...).$mount('#app')` calls to `createApp(...).mount(App, '#app
47
47
Implements [ RFC-0013 Composition API] ( https://github.com/vuejs/rfcs/blob/master/active-rfcs/0013-composition-api.md ) .
48
48
Migrated from https://github.com/vuejs/function-api-converter
49
49
50
+ ### remove-composition-api-plugin
51
+
52
+ ** TODO** : remove the usage of ` @vue/composition-api ` package as it's supported by default in Vue 3.
53
+
50
54
## Custom Transformation
51
55
52
56
TODO
You can’t perform that action at this time.
0 commit comments