mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
13 lines
375 B
Vue
13 lines
375 B
Vue
|
<template>
|
||
|
<el-result title="404" sub-title="Sorry, request error">
|
||
|
<template #icon>
|
||
|
<el-image
|
||
|
src="https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6.png"
|
||
|
></el-image>
|
||
|
</template>
|
||
|
<template #extra>
|
||
|
<el-button type="primary" size="medium">Back</el-button>
|
||
|
</template>
|
||
|
</el-result>
|
||
|
</template>
|