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
e5914b8b
Commit
e5914b8b
authored
Apr 26, 2024
by
Yuan Zhixiang
Browse files
修复 高亮变化的变量 bug
parent
8e30d42b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/StackView.vue
View file @
e5914b8b
...
...
@@ -33,7 +33,7 @@ const current_var_map = computed(() => { // 当前帧的 地址-值 map
return
map
})
const
prev_stack
=
computed
(()
=>
{
// 上一帧
return
get_step
(
current_step
.
value
)
return
get_step
(
current_step
.
value
-
1
)
})
const
prev_var_map
=
computed
(()
=>
{
// 上一帧的 地址-值 map
let
map
=
{}
...
...
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