Commit 98f7ebfb authored by Yuan Zhixiang's avatar Yuan Zhixiang
Browse files

修复 修改代码时,stdout不消失的问题

parent 57738076
......@@ -2,10 +2,11 @@
import { inject } from 'vue';
const { edit_mode, try_failed } = inject('app')
const { edit_mode, try_failed, data } = inject('app')
function click() {
edit_mode.value = true
try_failed.value = false
data.value = {}
}
</script>
......
Supports Markdown
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