♻️ refactor: Renomeação de Keyboard para KeyboardChart - resolver erro de Single Name Component
This commit is contained in:
parent
2c1fec4d3e
commit
5a139ffae9
|
|
@ -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: {
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Chart from '@/components/Charts/Keyboard'
|
||||
import Chart from '@/components/Charts/KeyboardChart'
|
||||
|
||||
export default {
|
||||
name: 'KeyboardChart',
|
||||
|
|
|
|||
Loading…
Reference in New Issue