Commit bccbf961 authored by 董旭 David Dong's avatar 董旭 David Dong

Merge branch 'patch-1' into 'master'

Update Edit.vue

See merge request !4
parents 049e9cba 52690850
......@@ -223,8 +223,8 @@ export default {
},
async handleClose(){
await this.$confirm('此操作将会丢失您的编辑内容, 是否继续?', '提示', {
confirmButtonText: '确',
await this.$confirm('您所做的更改尚未保存,是否确认舍弃这些更改?', '确认舍弃更改', {
confirmButtonText: '确',
cancelButtonText: '取消',
type: 'warning'
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment