Skip to content

Commit 66a2562

Browse files
Update example
1 parent aa6ad71 commit 66a2562

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/playground/configs/templates/PlaygroundPage.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
:hint="VColorFieldProps.hint"
2424
:hint-align="VColorFieldProps.hintAlign"
2525
:icon-hover-color="VColorFieldProps.iconHoverColor"
26+
:iconSize="VColorFieldProps.iconSize"
2627
:label="VColorFieldProps.label"
2728
:messages="VColorFieldProps.messages"
2829
:name="VColorFieldProps.name"
@@ -35,7 +36,6 @@
3536
:pipHeight="VColorFieldProps.pipHeight"
3637
:pipIcon="VColorFieldProps.pipIcon"
3738
:pipRadius="VColorFieldProps.pipRadius"
38-
:pipSize="VColorFieldProps.pipSize"
3939
:pipSlot="VColorFieldProps.pipSlot"
4040
:placeholder="VColorFieldProps.placeholder"
4141
:prepend-icon="VColorFieldProps.prependIcon"
@@ -113,6 +113,7 @@ const VColorFieldProps = ref({
113113
hint: undefined,
114114
hintAlign: undefined,
115115
iconHoverColor: undefined,
116+
iconSize: 'default',
116117
label: undefined,
117118
messages: undefined,
118119
// messages: 'This is a string message',
@@ -121,15 +122,14 @@ const VColorFieldProps = ref({
121122
open: 'bottom left',
122123
persistentHint: true,
123124
persistentPlaceholder: false,
124-
pip: true,
125-
pipBorder: 'none',
126-
pipBorderRadius: '50%',
127-
// pipIcon: '$vuetify',
128-
pipSize: 'default',
125+
pip: false,
126+
// pipBorder: 'none',
127+
// pipBorderRadius: '50%',
128+
pipIcon: undefined,
129129
pipSlot: undefined,
130130
placeholder: 'Select Color',
131131
prependIcon: undefined,
132-
prependInnerIcon: null,
132+
prependInnerIcon: undefined,
133133
readonly: undefined,
134134
readonlyInput: undefined,
135135
required: false,

0 commit comments

Comments
 (0)