7 lines
114 B
TypeScript
7 lines
114 B
TypeScript
import { ElAlert } from 'element-plus'
|
|
export default {
|
|
name: 'alert',
|
|
component: ElAlert,
|
|
type: 'assist'
|
|
}
|