Skip to content

Commit

Permalink
Merge pull request #39 from inouetakuya/fix-usage-in-readme
Browse files Browse the repository at this point in the history
fix usage in README
  • Loading branch information
husayt authored Apr 9, 2019
2 parents 9c428fb + 7ecd7be commit 58b51e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ There are following decorators:
## Usage

```typescript
import { Component, Inject, Model, Prop, Vue, Watch } from 'nuxt-property-decorator'
import { Component, Inject, Model, Prop, Provide, Vue, Watch } from 'nuxt-property-decorator'

const s = Symbol('baz')

Expand Down Expand Up @@ -205,7 +205,7 @@ export const MyComponent = Vue.extend({
foo: this.foo,
bar: this.baz
}
}
},
methods: {
onChildChanged(val, oldVal) { },
onPersonChanged(val, oldVal) { }
Expand Down

0 comments on commit 58b51e9

Please sign in to comment.