新增忌口编写功能
This commit is contained in:
@ -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;
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user