mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix
This commit is contained in:
Vendored
+3
-3
@@ -12,10 +12,10 @@ declare module '@vue/runtime-core' {
|
|||||||
CardStatisticsHorizontal: typeof import('./src/components/cards/CardStatisticsHorizontal.vue')['default']
|
CardStatisticsHorizontal: typeof import('./src/components/cards/CardStatisticsHorizontal.vue')['default']
|
||||||
CardStatisticsVertical: typeof import('./src/components/cards/CardStatisticsVertical.vue')['default']
|
CardStatisticsVertical: typeof import('./src/components/cards/CardStatisticsVertical.vue')['default']
|
||||||
CardStatisticsWithImages: typeof import('./src/components/cards/CardStatisticsWithImages.vue')['default']
|
CardStatisticsWithImages: typeof import('./src/components/cards/CardStatisticsWithImages.vue')['default']
|
||||||
ErrorHeader: typeof import('./src/@components/ErrorHeader.vue')['default']
|
ErrorHeader: typeof import('./src/@/components/ErrorHeader.vue')['default']
|
||||||
MoreBtn: typeof import('./src/@components/MoreBtn.vue')['default']
|
MoreBtn: typeof import('./src/@/components/MoreBtn.vue')['default']
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||||||
RouterView: typeof import('vue-router')['RouterView']
|
RouterView: typeof import('vue-router')['RouterView']
|
||||||
ThemeSwitcher: typeof import('./src/@components/ThemeSwitcher.vue')['default']
|
ThemeSwitcher: typeof import('./src/@/components/ThemeSwitcher.vue')['default']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import AnalyticsTotalProfitLineCharts from '@/views/dashboard/AnalyticsTotalProf
|
|||||||
import AnalyticsTransactions from '@/views/dashboard/AnalyticsTransactions.vue'
|
import AnalyticsTransactions from '@/views/dashboard/AnalyticsTransactions.vue'
|
||||||
import AnalyticsUserTable from '@/views/dashboard/AnalyticsUserTable.vue'
|
import AnalyticsUserTable from '@/views/dashboard/AnalyticsUserTable.vue'
|
||||||
import AnalyticsWeeklyOverview from '@/views/dashboard/AnalyticsWeeklyOverview.vue'
|
import AnalyticsWeeklyOverview from '@/views/dashboard/AnalyticsWeeklyOverview.vue'
|
||||||
import CardStatisticsVertical from '@components/cards/CardStatisticsVertical.vue'
|
import CardStatisticsVertical from '@/components/cards/CardStatisticsVertical.vue'
|
||||||
|
|
||||||
const totalProfit = {
|
const totalProfit = {
|
||||||
title: 'Total Profit',
|
title: 'Total Profit',
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
Components({
|
Components({
|
||||||
dirs: ['src/@components'],
|
dirs: ['src/@/components'],
|
||||||
dts: true,
|
dts: true,
|
||||||
}),
|
}),
|
||||||
AutoImport({
|
AutoImport({
|
||||||
|
|||||||
Reference in New Issue
Block a user