Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owowagency/this-is-why-one-should-not-mutate-props-in-vue
An example that shows why one should not mutate props in vue.
https://github.com/owowagency/this-is-why-one-should-not-mutate-props-in-vue
Last synced: 25 days ago
JSON representation
An example that shows why one should not mutate props in vue.
- Host: GitHub
- URL: https://github.com/owowagency/this-is-why-one-should-not-mutate-props-in-vue
- Owner: owowagency
- Created: 2021-12-16T17:00:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T17:05:02.000Z (about 3 years ago)
- Last Synced: 2024-12-19T21:50:13.291Z (about 1 month ago)
- Language: Vue
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is why one should not mutate props in vue
An example that show why one should not mutate props in Vue.
without explanation :'(
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```