Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'value' of undefined #6

Open
Yonier opened this issue Apr 6, 2020 · 0 comments
Open

Cannot read property 'value' of undefined #6

Yonier opened this issue Apr 6, 2020 · 0 comments

Comments

@Yonier
Copy link

Yonier commented Apr 6, 2020

Hi im getting:
https://i.imgur.com/zn7eyXv.png

My code:

`import BarGraph from 'vue-svg-charts/src/components/bar'

module.exports = {
name: 'App',
components: { BarGraph },
...
}`

<bar-graph v-if="peaks.length > 0" animDuration="1.2s" :points="peaks" :width="180" :height="80" />

it works good in dev mode but when i build the app (im using parceljs with vue) i got that error,

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant