fix(error-page): add missing event for back

This commit is contained in:
Haven 2018-11-16 10:27:35 +08:00 committed by GitHub
parent 12f29b7d16
commit 855d0fe02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<Button size="large" type="text" @click="backHome">返回首页</Button> <Button size="large" type="text" @click="backHome">返回首页</Button>
<Button size="large" type="text">返回上一页({{ second }}s)</Button> <Button size="large" type="text" @click="backPrev">返回上一页({{ second }}s)</Button>
</div> </div>
</template> </template>