From f7fc779e6334af129e323ae6ec22d97059eb0363 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 15 May 2023 00:41:45 +0200 Subject: refactor(ui): replaced some n-input with c-input-text --- src/ui/c-input-text/c-input-text.vue | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui/c-input-text') diff --git a/src/ui/c-input-text/c-input-text.vue b/src/ui/c-input-text/c-input-text.vue index 51c2805..d1dd3c6 100644 --- a/src/ui/c-input-text/c-input-text.vue +++ b/src/ui/c-input-text/c-input-text.vue @@ -133,6 +133,10 @@ const appTheme = useAppTheme(); const textareaRef = ref(); const inputWrapperRef = ref(); +defineExpose({ + inputWrapperRef, +}); + watch( value, () => { -- cgit v1.2.3