fix
This commit is contained in:
1
src/components.d.ts
vendored
1
src/components.d.ts
vendored
@@ -34,7 +34,6 @@ declare module 'vue' {
|
|||||||
NGrid: typeof import('naive-ui')['NGrid']
|
NGrid: typeof import('naive-ui')['NGrid']
|
||||||
NH1: typeof import('naive-ui')['NH1']
|
NH1: typeof import('naive-ui')['NH1']
|
||||||
NH2: typeof import('naive-ui')['NH2']
|
NH2: typeof import('naive-ui')['NH2']
|
||||||
NH3: typeof import('naive-ui')['NH3']
|
|
||||||
NH4: typeof import('naive-ui')['NH4']
|
NH4: typeof import('naive-ui')['NH4']
|
||||||
NIcon: typeof import('naive-ui')['NIcon']
|
NIcon: typeof import('naive-ui')['NIcon']
|
||||||
NInput: typeof import('naive-ui')['NInput']
|
NInput: typeof import('naive-ui')['NInput']
|
||||||
|
|||||||
@@ -17,10 +17,10 @@ print("结束循环啦!")
|
|||||||
|
|
||||||
绿色箭头表示当前正在执行,红色箭头表示下一步要执行。点击下一步,开始调试。
|
绿色箭头表示当前正在执行,红色箭头表示下一步要执行。点击下一步,开始调试。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
当然你也可以来回拖动进步条,这样代码就会跟着你的想法,想走到哪一步就走到哪一步。
|
当然你也可以来回拖动进步条,这样代码就会跟着你的想法,想走到哪一步就走到哪一步。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
右侧可以看到当前变量的值。
|
右侧可以看到当前变量的值。
|
||||||
|
|||||||
Reference in New Issue
Block a user