File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ After installing the plugin you can use the [Composition API](https://vue-compos
54
54
55
55
# TypeScript
56
56
57
- ** Please upgrade to the latest TypeScript. If you are using vetur, make sure to set ` vetur.useWorkspaceDependencies ` to ` ture ` .**
57
+ ** Please upgrade to the latest TypeScript. If you are using vetur, make sure to set ` vetur.useWorkspaceDependencies ` to ` true ` .**
58
58
59
59
To let TypeScript properly infer types inside Vue component options, you need to define components with ` createComponent ` :
60
60
@@ -264,7 +264,7 @@ export default {
264
264
};
265
265
```
266
266
267
- You may also need to augment the ` SetupContext ` when wokring with TypeScript:
267
+ You may also need to augment the ` SetupContext ` when working with TypeScript:
268
268
269
269
``` ts
270
270
import Vue from ' vue' ;
You can’t perform that action at this time.
0 commit comments