mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
6 lines
99 B
Vue
6 lines
99 B
Vue
|
<template>
|
||
|
<el-empty>
|
||
|
<el-button type="primary">Button</el-button>
|
||
|
</el-empty>
|
||
|
</template>
|