mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 14:04:47 +08:00
Demo:修复粘贴导入md后弹窗没有关闭的问题
This commit is contained in:
@@ -367,6 +367,8 @@ export default {
|
||||
this.$bus.$emit('setData', data)
|
||||
this.$message.success(this.$t('import.importSuccess'))
|
||||
this.cancelImportMd()
|
||||
this.cancel()
|
||||
this.setActiveSidebar(null)
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
this.$message.error(this.$t('import.fileParsingFailed'))
|
||||
|
||||
Reference in New Issue
Block a user