Skip to content

Commit ab6e42f

Browse files
committed
readme
1 parent 2a08f34 commit ab6e42f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repo is not released yet. Welcome to suggest and contribute. Message me on github.
44

5-
# What now
5+
# Finished
66

77
```typescript
88
import { Component, Ref, Base } from "ThisRepo";
@@ -38,7 +38,7 @@ export default class Comp extends Sup {
3838
}
3939
mounted() {
4040
//vue lifecycle
41-
console.log(this.ref, this.getter, this.prop, this.supProp, this.supGetter);
41+
console.log(this.ref, this.prop, this.supProp,this.getter, this.supGetter);
4242
}
4343
}
4444
```
@@ -72,7 +72,7 @@ export default defineComponent({
7272
},
7373
},
7474
mounted() {
75-
console.log(this.ref, this.getter, this.prop, this.supProp, this.supGetter);
75+
console.log(this.ref, this.prop, this.supProp, this.getter, this.supGetter);
7676
},
7777
});
7878
```

0 commit comments

Comments
 (0)