palerdot / vue-speedometer

Vue component library for showing speedometer like gauge using d3

Home Page:https://palerdot.in/vue-speedometer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this in a nuxt application?

kavin404 opened this issue · comments

I get this error
stack error

I think this link might of some help to you ... basically you may have to turn on runTimeCompiler by creating a file vue.config.js with

module.exports = {
  runtimeCompiler: true
}

Please reopen if you still face this issue ...