mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-12 18:30:54 +08:00
fix(notification): 统一使用title属性替代message属性
refactor: 将notification的message属性替换为title属性以保持一致性 feat: 在登录成功时添加新的notification样式演示 docs: 添加antdv-next替换ant-design-vue的提示
This commit is contained in:
@@ -14,6 +14,8 @@ import {
|
||||
SvgDownloadIcon,
|
||||
} from '@vben/icons';
|
||||
|
||||
import { Alert } from 'antdv-next';
|
||||
|
||||
import AnalyticsTrends from './analytics-trends.vue';
|
||||
import AnalyticsVisitsData from './analytics-visits-data.vue';
|
||||
import AnalyticsVisitsSales from './analytics-visits-sales.vue';
|
||||
@@ -65,6 +67,13 @@ const chartTabs: TabOption[] = [
|
||||
|
||||
<template>
|
||||
<div class="p-5">
|
||||
<Alert
|
||||
class="mb-5"
|
||||
:show-icon="true"
|
||||
type="success"
|
||||
title="该分支使用antdv-next替代不维护的ant-design-vue"
|
||||
/>
|
||||
|
||||
<AnalysisOverview :items="overviewItems" />
|
||||
<AnalysisChartsTabs :tabs="chartTabs" class="mt-5">
|
||||
<template #trends>
|
||||
|
||||
Reference in New Issue
Block a user