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:
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…
x
Reference in New Issue
Block a user