Does models directory support ES6?
I'm trying to export a variable but I got **Unexpected token export**
error.
models/album/index.js
let x = 'x'
export default x
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c464">#c464</a>)</em></sub></div>