You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/v3.0.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ To enable this, you need to update TypeScript to 5.x and set `compilerOptions.ex
14
14
15
15
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.
16
16
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.
18
18
19
19
```typescript
20
20
@Component
@@ -26,7 +26,7 @@ export default toNative(MyComp)
26
26
exportdefaultclassMyCompextendsVue{}
27
27
```
28
28
29
-
### Depreactate init class property despends on another in constructor
29
+
### Deprecate init class property despends on another in constructor
0 commit comments