This commit is contained in:
当耐特 2018-05-03 15:09:43 +08:00 committed by GitHub
parent df8881f0e5
commit 3eaea9a667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ const appStore = new AppStore({ name: 'Omi' }, {
render(app, document.body, appStore)
```
You can use `this.$store` in all components to access the data or the data or data logic.
You can use `this.$store` in all components to access the data or data logic.
### Lifecycle