Commit 93790b65 authored by Jiewei Qian's avatar Jiewei Qian Committed by hetech

doc: input-number, fix missing num9 declaration (#13463)

parent 62b58fd1
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
num5: 1, num5: 1,
num6: 1, num6: 1,
num7: 1, num7: 1,
num8: 1 num8: 1,
num9: 1
} }
}, },
methods: { methods: {
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
num5: 1, num5: 1,
num6: 1, num6: 1,
num7: 1, num7: 1,
num8: 1 num8: 1,
num9: 1
} }
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment