We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No error on console
Error: Do not use built-in or reserved HTML elements as component id: MenuItem But... chart is OK!
import { Bar } from 'vue-chartjs' export default Bar.extend({ name: 'estatistica-progresso', data() { return { datacollection: { labels: ['January', 'February'], datasets: [{ label: 'Data One', backgroundColor: '#f87979', data: [40, 20] }] } } }, mounted() { this.renderChart(this.datacollection, { responsive: true, maintainAspectRatio: false }) } })
"chart.js": "^2.5.0", "vue": "^2.2.6", "vue-chartjs": "^2.6.2",
The text was updated successfully, but these errors were encountered:
Eh, I don't really get the error. Are you sure, thats caused by vue-chartjs ? I don't have an id of MenuItem anywhere in the code 😕
MenuItem
Sorry, something went wrong.
I`m sorry, my bad!
No branches or pull requests
Expected Behavior
No error on console
Actual Behavior
Error: Do not use built-in or reserved HTML elements as component id: MenuItem
But... chart is OK!
Environment
The text was updated successfully, but these errors were encountered: