Can't use Vue ChartJs in Nova Tool #3461
Unanswered
theianjohnson
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Is this not a bug in how Nova is building its JS files if we can’t import third party libraries? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Trying to use Vue ChartJs in a Nova tool .vue file and when compiling with
npm run watch
getting the following (snippet) errorDetailed steps to reproduce the issue on a fresh Nova installation:
npm install vue-chartjs chart.js --save
Tool.vue
fileimport { LineChart } from 'vue-chartjs';
npm run watch
Beta Was this translation helpful? Give feedback.
All reactions