mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-15 11:34:06 +08:00
docs(components): check docs before stable (#5740)
This commit is contained in:
@ -30,3 +30,8 @@ import { ref } from 'vue'
|
||||
const outerVisible = ref(false)
|
||||
const innerVisible = ref(false)
|
||||
</script>
|
||||
<style scoped>
|
||||
.dialog-footer button:first-child {
|
||||
margin-right: 10px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user