We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43df936 commit b1b86fbCopy full SHA for b1b86fb
changelog/v3.0.0.md
@@ -26,7 +26,7 @@ export default toNative(MyComp)
26
export default class MyComp extends Vue{}
27
```
28
29
-### Deprecate init class property despends on another in constructor
+### Deprecate init class property depends on another in constructor
30
31
This is not allowed now.
32
```typescript
changelog/v3.0.1.md
@@ -2,12 +2,12 @@
2
3
1. Use class constructor name as default component name.
4
5
-2. `@Ref` decorator accepts `key` paramater.
+2. `@Ref` decorator accepts `key` parameter.
6
7
3. New `@Provide` decorator
8
9
# Document Update
10
11
-1. `@Ref`, which accepts `key` paramater.
+1. `@Ref`, which accepts `key` parameter.
12
13
2. New `@Provide` decorator
0 commit comments