Skip to content

Commit 36fad3c

Browse files
committed
Fix README.md
1 parent 1a9d0f1 commit 36fad3c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ export default {
6969
}
7070
```
7171

72-
**Note that:**
73-
74-
## If you'd like to set `type` property of each prop value from its type definition, you can use [reflect-metadata](https://github.com/rbuckton/reflect-metadata).
72+
#### If you'd like to set `type` property of each prop value from its type definition, you can use [reflect-metadata](https://github.com/rbuckton/reflect-metadata).
7573

7674
1. Set `emitDecoratorMetadata` to `true`.
7775
2. Import `reflect-metadata` **before** importing `vue-property-decorator` (importing `reflect-metadata` is needed just once.)
@@ -86,7 +84,7 @@ export default class MyComponent extends Vue {
8684
}
8785
```
8886

89-
## Each prop's default value need to be defined as same as the example code shown in above.
87+
#### Each prop's default value need to be defined as same as the example code shown in above.
9088

9189
It's **not** supported to define each `default` property like `@Prop() prop = 'default value'` .
9290

0 commit comments

Comments
 (0)