Skip to content

Commit 48c1c85

Browse files
committed
update readme
1 parent ab10630 commit 48c1c85

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
### Usage
66

7-
**Required**: [ECMAScript stage 1 decorators](https://github.com/wycats/javascript-decorators/blob/master/README.md).
8-
If you use Babel, [babel-plugin-transform-decorators-legacy](https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy) is needed.
9-
If you use TypeScript, enable `--experimentalDecorators` flag.
7+
**Required**: [ECMAScript stage 1 decorators](https://github.com/wycats/javascript-decorators/blob/master/README.md).
8+
If you use Babel, [babel-plugin-transform-decorators-legacy](https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy) is needed.
9+
If you use TypeScript, enable `--experimentalDecorators` flag.
1010

1111
Note:
1212

@@ -60,6 +60,8 @@ class App {
6060
}
6161
```
6262

63+
You may also want to check out the `@prop` and `@watch` decorators provided by [vue-property-decorators](https://github.com/kaorun343/vue-property-decorator).
64+
6365
### Build the Example
6466

6567
``` bash

0 commit comments

Comments
 (0)