Skip to content

Commit c2b6bff

Browse files
committed
docs: add onMounted lifecycle hook to custom field rendering tutorial
1 parent 57df6de commit c2b6bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Sometimes standard filters are not enough, and you want to make a convenient UI
512512
</template>
513513
514514
<script setup lang="ts">
515-
import { ref, watch } from 'vue';
515+
import { ref, watch, onMounted } from 'vue';
516516
517517
const emit = defineEmits(['update:modelValue']);
518518

0 commit comments

Comments
 (0)