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-11 16:43:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b96dd9484e
Nuxt
/
examples
/
vuex-store
/
store
/
articles
/
comments
/
mutations.js
6 lines
73 B
JavaScript
Raw
Normal View
History
Unescape
Escape
examples: improve vuex store example (#5017)
2019-02-19 09:35:51 +00:00
export
default
{
refactor: update eslint-config to 1.x Co-authored-by: Alexander Lichter <manniL@gmx.net>
2019-07-10 10:45:49 +00:00
add
(
state
,
title
)
{
examples: improve vuex store example (#5017)
2019-02-19 09:35:51 +00:00
state
.
list
.
push
(
title
)
}
}
Reference in New Issue
Copy Permalink