fix(web/sourceeditor): update el-checkbox usage; fix reactivity bugs;update isbooksource regex

This commit is contained in:
Xwite
2024-10-03 16:32:13 +08:00
parent cabb56d415
commit bb519c48e0
7 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<el-checkbox
size="large"
border
:label="sourceUrl"
:value="sourceUrl"
:class="{
error: isSaveError,
edit: sourceUrl == currentSourceUrl,