Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yuan Zhixiang
c-render-vue
Commits
654db460
Commit
654db460
authored
Apr 13, 2024
by
Yuan Zhixiang
Browse files
修复重新运行时高亮行的bug
parent
b36d2c4c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/App.vue
View file @
654db460
...
@@ -81,6 +81,7 @@ function parse_result() { // 解析后端返回的结果
...
@@ -81,6 +81,7 @@ function parse_result() { // 解析后端返回的结果
total_steps
.
value
=
1
total_steps
.
value
=
1
}
}
current_step
.
value
=
1
current_step
.
value
=
1
highlight_lines
.
value
=
[]
highlight_steps
.
value
=
[]
highlight_steps
.
value
=
[]
}
}
function
remove_back_slash_r
()
{
// 去除后端返回的code中的\r
function
remove_back_slash_r
()
{
// 去除后端返回的code中的\r
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment