mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
Test files
This commit is contained in:
parent
ce342d528a
commit
413bce4ce4
3
test/fixtures/basic/store/foo/blarg.js
vendored
Normal file
3
test/fixtures/basic/store/foo/blarg.js
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
export const state = () => ({
|
||||
val: 1
|
||||
})
|
3
test/fixtures/basic/store/foo/blarg/index.js
vendored
Normal file
3
test/fixtures/basic/store/foo/blarg/index.js
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
export const state = () => ({
|
||||
val: 2
|
||||
})
|
Loading…
Reference in New Issue
Block a user