Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```