mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-15 03:06:25 +08:00
docs(components): check docs before stable (#5740)
This commit is contained in:
@ -4,3 +4,12 @@
|
||||
<el-alert title="warning alert" type="warning" />
|
||||
<el-alert title="error alert" type="error" />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.el-alert {
|
||||
margin: 20px 0 0;
|
||||
}
|
||||
.el-alert:first-child {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user