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
08629878
Commit
08629878
authored
Apr 13, 2024
by
Yuan Zhixiang
Browse files
将'<UNALLOCATED>'也显示为'?'
parent
654db460
Changes
1
Show whitespace changes
Inline
Side-by-side
src/components/VarUnit.vue
View file @
08629878
...
@@ -61,7 +61,7 @@ const display_content = computed(() => {
...
@@ -61,7 +61,7 @@ const display_content = computed(() => {
return
v
return
v
}
}
}
}
return
v
!=
'
<UNINITIALIZED>
'
?
v
:
'
?
'
return
v
!=
'
<UNINITIALIZED>
'
&&
v
!=
'
<UNALLOCATED>
'
?
v
:
'
?
'
}
}
return
'
error
'
return
'
error
'
})
})
...
...
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