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
1aa7d11f
Commit
1aa7d11f
authored
May 14, 2024
by
Yuan Zhixiang
Browse files
移除debug信息
parent
a2565a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/VarUnit.vue
View file @
1aa7d11f
...
@@ -195,7 +195,6 @@ watch(current_step, () => {
...
@@ -195,7 +195,6 @@ watch(current_step, () => {
watch
(
changed
,(
new_value
)
=>
{
watch
(
changed
,(
new_value
)
=>
{
if
(
new_value
==
'
changed
'
||
new_value
==
'
new
'
){
if
(
new_value
==
'
changed
'
||
new_value
==
'
new
'
){
console
.
log
(
'
1
'
)
nextTick
(()
=>
{
nextTick
(()
=>
{
current_instance
.
proxy
.
$el
.
nextElementSibling
.
scrollIntoView
({
current_instance
.
proxy
.
$el
.
nextElementSibling
.
scrollIntoView
({
behavior
:
'
smooth
'
,
behavior
:
'
smooth
'
,
...
...
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