Nuxt/examples/pug-stylus-coffee/store/index.coffee
chiboreache 6d059698a9 chore: add pug-stylus-coffee (#4927)
* add pug-stylus-coffee

* fix eslit

* fix eslint

* fix eslint #3
2019-02-19 17:07:04 +01:00

4 lines
117 B
CoffeeScript

export state = ->
msg: 'Hello from /store/index.coffee!'
msgComputed: 'Hello from /store/index.coffee computed!'