Can I use decorators in Nuxt.js ?
[issue link]Hi, I’m trying to use decorators in Nuxt.js.
I tried to edit .babelrc by setting build.babel.babelrc to true, and adding a babelrc that includes the babel-plugin-transform-decorators as a plugin.
But the compilation did not work though.
Is it because the Node.js do not support decorators yet so that I could not use decorator in SSR?