mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
feat(components): [alert] [result] [message] [message-box] [notification] add primary type (#20782)
feat(components): add primary type
This commit is contained in:
@ -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" />
|
||||
|
Reference in New Issue
Block a user