fix init code run
This commit is contained in:
@@ -26,6 +26,9 @@ export default defineComponent({
|
||||
result: '',
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.run(codeService.get());
|
||||
},
|
||||
methods: {
|
||||
run(code) {
|
||||
this.terminate();
|
||||
|
||||
Reference in New Issue
Block a user