Skip to content

Commit 0317650

Browse files
committed
docs: add readonly prop to component props definition
1 parent c290e0b commit 0317650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/documentation/docs/tutorial/03-Customization/02-customFieldRendering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ const props = defineProps<{
194194
meta: any;
195195
resource: AdminForthResourceCommon;
196196
adminUser: AdminUser;
197+
readonly: boolean;
197198
}>();
198199
199200
const emit = defineEmits(["update:value"]);

0 commit comments

Comments
 (0)