yarn add vue-code-diff ``` ##使用 ##使用 ```vue <template> <div> Expand All@@ -27,18 +27,23 @@ export default { } ``` ##参数说明 ##参数说明 |参数|说明|类型|可选值|默认值| |---|---|---|---|---| |old-string|陈旧的字符串|string|—|—| |new-string...