Commit 46fdac38 authored by wanli's avatar wanli

update

parent a0c8bd49
......@@ -69,7 +69,7 @@ export default {
})
.then(({ value }) => {
if (value) this.filename = value;
this.createFile(this.outputString, `${this.filename}.c`);
this.createFile(this.outputString, this.filename);
})
.catch(() => {
this.$message({
......
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