This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-05 21:53:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3cb9b882c0
Nuxt
/
examples
/
vuex-store
/
store
/
mutations.js
8 lines
93 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Use 2 files for normal store
2017-05-21 00:03:11 +00:00
const
mutations
=
{
refactor: add examples to lint
2017-10-31 13:43:55 +00:00
increment
(
state
)
{
state
.
counter
++
}
Use 2 files for normal store
2017-05-21 00:03:11 +00:00
}
refactor: add examples to lint
2017-10-31 13:43:55 +00:00
export
default
mutations
Reference in New Issue
Copy Permalink