Skip to content

Commit 1b2e825

Browse files
committed
update changelog
1 parent 16adce3 commit 1b2e825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelog/v3.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To enable this, you need to update TypeScript to 5.x and set `compilerOptions.ex
1414

1515
Using `toNative` to cast a class component to vue options API, after that, the casted component could be used as a native vue component in where vue accepts it.
1616

17-
> Currently `toNative` is not necessary, because v-f-d use a vue internal API, but it is not stable and may missing in the future vue verions. So `toNameve` is recommended.
17+
> Currently `toNative` is not necessary, because v-f-d use a vue internal API, but it is not stable and may missing in the future vue versions. So `toNative` is recommended.
1818
1919
```typescript
2020
@Component
@@ -26,7 +26,7 @@ export default toNative(MyComp)
2626
export default class MyComp extends Vue{}
2727
```
2828

29-
### Depreactate init class property despends on another in constructor
29+
### Deprecate init class property despends on another in constructor
3030

3131
This is not allowed now.
3232
```typescript

0 commit comments

Comments
 (0)