fix(backtop)

This commit is contained in:
songwanli2025@163.com 2020-02-14 09:53:14 +08:00
parent f89e8029bb
commit 4ef4c392eb

View File

@ -82,7 +82,7 @@ export default {
},
watch: {
show (value) {
if (value) this.$emit('shohw')
if (value) this.$emit('show')
return this.$emit('hide')
}
},