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-12 00:53:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f9d2754b1
Nuxt
/
test
/
fixtures
/
basic
/
store
/
foo
/
blarg
/
index.js
10 lines
107 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Test files
2018-02-06 16:47:41 +00:00
export
const
state
=
(
)
=>
(
{
val
:
2
}
)
Added getters to tests
2018-02-06 16:50:09 +00:00
export
const
getters
=
{
refactor: update eslint-config to 1.x Co-authored-by: Alexander Lichter <manniL@gmx.net>
2019-07-10 10:45:49 +00:00
getVal
(
state
)
{
Added getters to tests
2018-02-06 16:50:09 +00:00
return
99
}
}
Reference in New Issue
Copy Permalink