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: README.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,7 @@ export default {
69
69
}
70
70
```
71
71
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).
75
73
76
74
1. Set `emitDecoratorMetadata` to `true`.
77
75
2. Import `reflect-metadata`**before** importing `vue-property-decorator` (importing `reflect-metadata` is needed just once.)
0 commit comments