1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2026-01-09 00:28:27 +08:00

♻️ refactor: Renomeação de Keyboard para KeyboardChart - resolver erro de Single Name Component

This commit is contained in:
EST2 LAB3 MS PFN 2025-11-25 21:49:31 -04:00
parent 2c1fec4d3e
commit 5a139ffae9
2 changed files with 3 additions and 2 deletions

View File

@ -5,9 +5,10 @@
<script> <script>
import echarts from 'echarts' import echarts from 'echarts'
import resize from './mixins/resize' import resize from './mixins/resize'
import { generateChartData, getChartOptions } from '@/utils/chartHelpers' import { generateChartData, getChartOptions } from '@/utils/chartHelpers' // Caminho corrigido
export default { export default {
name: 'KeyboardChart',
mixins: [resize], mixins: [resize],
props: { props: {
className: { className: {

View File

@ -5,7 +5,7 @@
</template> </template>
<script> <script>
import Chart from '@/components/Charts/Keyboard' import Chart from '@/components/Charts/KeyboardChart'
export default { export default {
name: 'KeyboardChart', name: 'KeyboardChart',