mirror of
https://github.com/CorentinTh/it-tools
synced 2025-12-20 10:05:33 +00:00
refactor(ui): replaced some n-input with c-input-text
This commit is contained in:
committed by
Corentin THOMASSET
parent
b3b6b7c46b
commit
f7fc779e63
@@ -133,6 +133,10 @@ const appTheme = useAppTheme();
|
||||
const textareaRef = ref<HTMLTextAreaElement>();
|
||||
const inputWrapperRef = ref<HTMLElement>();
|
||||
|
||||
defineExpose({
|
||||
inputWrapperRef,
|
||||
});
|
||||
|
||||
watch(
|
||||
value,
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user