File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export const sharedProps = {
2121 // ? If true, the field will not save to the database. Emits update:model-value - [ All Fields ] //
2222 doNotSave : false ,
2323
24+ // ? Text to display when the field is empty - [ v-textarea, v-text-field ] //
2425 emptyText : 'empty' ,
2526
2627 // ? If set to true will only show the field - [ All Fields ] //
@@ -167,18 +168,6 @@ const switchProps = {
167168 ...{
168169 // ? The icon of the field when false - [ v-checkbox ] //
169170 falseIcon : '' ,
170- // // ? Displays/Hides the icons //
171- // icons: {
172- // default: true,
173- // required: false,
174- // type: Boolean,
175- // },
176- // // ? The icon of the field when true - [v-checkbox] //
177- // trueIcon: {
178- // default: 'mdi mdi-checkbox-outline',
179- // required: false,
180- // type: String,
181- // },
182171 } ,
183172} ;
184173
You can’t perform that action at this time.
0 commit comments