1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2026-01-07 23:47:00 +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>
import echarts from 'echarts'
import resize from './mixins/resize'
import { generateChartData, getChartOptions } from '@/utils/chartHelpers'
import { generateChartData, getChartOptions } from '@/utils/chartHelpers' // Caminho corrigido
export default {
name: 'KeyboardChart',
mixins: [resize],
props: {
className: {

View File

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