mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-05-06 17:01:37 +00:00
1
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
import { ref, computed, watch, onMounted, onUnmounted } from 'vue'
|
||||
import { Chart } from 'chart.js/auto'
|
||||
import { useDashboardStore } from '@/stores/dashboard'
|
||||
import { useChartConfig } from '@/composables/useChartConfig'
|
||||
import { useChartConfig } from '@/utils/useChartConfig'
|
||||
import { formatNumber } from '@/utils/tools'
|
||||
|
||||
const dashboardStore = useDashboardStore()
|
||||
@@ -144,7 +144,3 @@ onUnmounted(() => {
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* 组件特定样式 */
|
||||
</style>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
import { ref, onMounted, onUnmounted, watch } from 'vue'
|
||||
import { Chart } from 'chart.js/auto'
|
||||
import { useDashboardStore } from '@/stores/dashboard'
|
||||
import { useChartConfig } from '@/composables/useChartConfig'
|
||||
import { useChartConfig } from '@/utils/useChartConfig'
|
||||
import { useThemeStore } from '@/stores/theme'
|
||||
|
||||
const dashboardStore = useDashboardStore()
|
||||
@@ -189,7 +189,3 @@ onUnmounted(() => {
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* 组件特定样式 */
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user