新增忌口编写功能

This commit is contained in:
huangdeliang
2021-03-23 20:10:29 +08:00
parent 960a094649
commit 2ea3d01d6e
15 changed files with 874 additions and 478 deletions

View File

@ -29,8 +29,10 @@ export default {
} else if (this.value.includes("\n")) {
return this.value.split("\n");
}
this.newLine = false;
return this.value;
}
this.newLine = false;
return this.value;
},
},