Use the Result component for operation feedback
devThe el-result component is used to provide feedback to users regarding the outcome of an operation or to display access exceptions (e.g., 404 errors, success messages, or warnings).
<el-result icon="success" title="Success Tip" subTitle="Please follow the instructions">
<template slot="extra">
<el-button type="primary" size="medium">Back</el-button>
</template>
</el-result>