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:
parent
2c1fec4d3e
commit
5a139ffae9
@ -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: {
|
||||||
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user