This website requires JavaScript.
Explore
Help
Sign In
rpi
/
domo
Watch
1
Star
0
Fork
0
You've already forked domo
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
2b2f91a38e22fac686a54357a35a72d3aa21e005
domo
/
src
/
prog
/
dashboard3
/
README.md
NADAL Jean-Baptiste
2b2f91a38e
wip
2018-06-29 07:54:10 +02:00
742 B
Raw
Blame
History
Quasar App
WIP
store to access data.
https://quasar-framework.org/guide/app-vuex-store.html
<script> export default { computed: { drawerState: { get () { return this.$store.state.showcase.drawerState }, set (val) { this.$store.commit('showcase/updateDrawerState', val) } } } } ## example .... a suivre !!!!=>
https://appdividend.com/2018/05/08/vuex-axios-get-request-tutorial-with-example/
example 2
https://github.com/vuejs/vuex/blob/dev/examples/shopping-cart/components/ProductList.vue
https://ypereirareis.github.io/blog/2017/04/25/vuejs-two-way-data-binding-state-management-vuex-strict-mode/
Reference in New Issue
View Git Blame
Copy Permalink