Shimada666 / v-code-diff

A vue code diff display plugin, support Vue2 / Vue3
https://shimada666.github.io/v-code-diff/
MIT License
402 stars 66 forks source link

side by side 左边能否是新版 #154

Open cuijiudai opened 1 month ago

cuijiudai commented 1 month ago

右边有个版本选择,左边可能是更新的,也可能是旧的,所以左边能否切换新旧版本?

Shimada666 commented 1 month ago

两边都没有版本选择。左右两边各接受一个字符串传入,你要切换版本可以在上面做两个下拉框来选择传入的文本内容

cuijiudai commented 1 month ago

两边都没有版本选择。左右两边各接受一个字符串传入,你要切换版本可以在上面做两个下拉框来选择传入的文本内容

问题现在是左边固定是old-string,左边能是 new-string 吗?

Shimada666 commented 1 month ago

你做个切换的图标把两边传入的内容调换一下就好了..

cuijiudai commented 1 month ago

我现在是左边版本固定,右面有版本选择和左边对比,选择后左边可能是new-string 也可能是 old-string。

Shimada666 commented 1 month ago

你想办法适配吧