diff --git a/examples/docs/en-US/slider.md b/examples/docs/en-US/slider.md index 9ff299e6e..f1bb0fd98 100644 --- a/examples/docs/en-US/slider.md +++ b/examples/docs/en-US/slider.md @@ -64,14 +64,14 @@ The options can be discrete.
Breakpoints not displayed
Breakpoints displayed @@ -82,8 +82,8 @@ The options can be discrete. export default { data() { return { - value6: 0, - value7: 0 + value1: 0, + value2: 0 } } } @@ -101,7 +101,7 @@ Set value via a input box.