-
Notifications
You must be signed in to change notification settings - Fork 434
Closed
Description
I use Nuxt and I try to use class-component, I installed the plugin:
{
"plugins": [
"transform-decorators-legacy",
"transform-class-properties"
]
}
also I tried add in inside nuxt.config
build: {
vendor: ['vue-class-component'],
babel: {
plugins: [
'transform-decorators-legacy',
'transform-class-properties'
]
}
}
but nothing works, What I do incorrect?
Metadata
Metadata
Assignees
Labels
No labels