mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-28 02:51:56 +08:00
fix
This commit is contained in:
6
components.d.ts
vendored
6
components.d.ts
vendored
@@ -12,10 +12,10 @@ declare module '@vue/runtime-core' {
|
||||
CardStatisticsHorizontal: typeof import('./src/components/cards/CardStatisticsHorizontal.vue')['default']
|
||||
CardStatisticsVertical: typeof import('./src/components/cards/CardStatisticsVertical.vue')['default']
|
||||
CardStatisticsWithImages: typeof import('./src/components/cards/CardStatisticsWithImages.vue')['default']
|
||||
ErrorHeader: typeof import('./src/@components/ErrorHeader.vue')['default']
|
||||
MoreBtn: typeof import('./src/@components/MoreBtn.vue')['default']
|
||||
ErrorHeader: typeof import('./src/@/components/ErrorHeader.vue')['default']
|
||||
MoreBtn: typeof import('./src/@/components/MoreBtn.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
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 AnalyticsUserTable from '@/views/dashboard/AnalyticsUserTable.vue'
|
||||
import AnalyticsWeeklyOverview from '@/views/dashboard/AnalyticsWeeklyOverview.vue'
|
||||
import CardStatisticsVertical from '@components/cards/CardStatisticsVertical.vue'
|
||||
import CardStatisticsVertical from '@/components/cards/CardStatisticsVertical.vue'
|
||||
|
||||
const totalProfit = {
|
||||
title: 'Total Profit',
|
||||
|
||||
@@ -20,7 +20,7 @@ export default defineConfig({
|
||||
},
|
||||
}),
|
||||
Components({
|
||||
dirs: ['src/@components'],
|
||||
dirs: ['src/@/components'],
|
||||
dts: true,
|
||||
}),
|
||||
AutoImport({
|
||||
|
||||
Reference in New Issue
Block a user