feat(components): [alert] [result] [message] [message-box] [notification] add primary type (#20782)

feat(components): add primary type
This commit is contained in:
kooriookami
2025-05-20 07:46:08 +08:00
committed by GitHub
parent 00eedd8a82
commit bd17819bb4
24 changed files with 139 additions and 74 deletions

View File

@ -1,5 +1,6 @@
<template>
<div style="max-width: 600px">
<el-alert title="Primary alert" type="primary" effect="dark" />
<el-alert title="Success alert" type="success" effect="dark" />
<el-alert title="Info alert" type="info" effect="dark" />
<el-alert title="Warning alert" type="warning" effect="dark" />