refactor(project): remove the use of core internal bem syntax
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
"@vben/chart-ui": "workspace:*",
|
||||
"@vben/common-ui": "workspace:*",
|
||||
"@vben/constants": "workspace:*",
|
||||
"@vben/hooks": "workspace:*",
|
||||
"@vben/icons": "workspace:*",
|
||||
"@vben/layouts": "workspace:*",
|
||||
"@vben/styles": "workspace:*",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
import type { AnalysisOverviewItem } from '@vben/common-ui';
|
||||
import type { TabsOption } from '@vben/types';
|
||||
import type { TabOption } from '@vben/types';
|
||||
|
||||
import {
|
||||
AnalysisChartCard,
|
||||
@@ -53,7 +53,7 @@ const overviewItems: AnalysisOverviewItem[] = [
|
||||
},
|
||||
];
|
||||
|
||||
const chartTabs: TabsOption[] = [
|
||||
const chartTabs: TabOption[] = [
|
||||
{
|
||||
label: '流量趋势',
|
||||
value: 'trends',
|
||||
|
Reference in New Issue
Block a user