Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #200 from sobolevn/patch-1
Browse files Browse the repository at this point in the history
Fixes typo in README.md
  • Loading branch information
Kaoru Hagihara committed May 8, 2019
2 parents 66e145d + 4eba290 commit 9b4017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ export default {

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

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

### <a id="Model"></a> `@Model(event?: string, options: (PropOptions | Constructor[] | Constructor) = {})` decorator

Expand Down

0 comments on commit 9b4017b

Please sign in to comment.