mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs(checkbox/slider/switch): hide defaultValue select in code examples
This commit is contained in:
@@ -28,6 +28,8 @@ Use the `default-value` prop to set the initial value when you do not need to co
|
||||
|
||||
::component-code
|
||||
---
|
||||
ignore:
|
||||
- defaultValue
|
||||
props:
|
||||
defaultValue: true
|
||||
---
|
||||
|
||||
@@ -15,8 +15,6 @@ Use the `v-model` directive to control the value of the Slider.
|
||||
|
||||
::component-code
|
||||
---
|
||||
ignore:
|
||||
- modelValue
|
||||
external:
|
||||
- modelValue
|
||||
props:
|
||||
@@ -28,6 +26,8 @@ Use the `default-value` prop to set the initial value when you do not need to co
|
||||
|
||||
::component-code
|
||||
---
|
||||
ignore:
|
||||
- defaultValue
|
||||
props:
|
||||
defaultValue: 50
|
||||
---
|
||||
|
||||
@@ -28,6 +28,8 @@ Use the `default-value` prop to set the initial value when you do not need to co
|
||||
|
||||
::component-code
|
||||
---
|
||||
ignore:
|
||||
- defaultValue
|
||||
props:
|
||||
defaultValue: true
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user