1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-17 22:31:37 +00:00
Nuxt/test/fixtures/basic/store/ignored.test.js
2018-01-15 13:20:42 +03:30

4 lines
62 B
JavaScript

export const state = () => ({
error: 'Should be ignored'
})