From 2c2064ed80888151153a5796566027ff771535d4 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 23 Apr 2023 15:13:28 +0200 Subject: [PATCH] chore: typecheck --- packages/devtools-ui-kit/src/components/NTextInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools-ui-kit/src/components/NTextInput.vue b/packages/devtools-ui-kit/src/components/NTextInput.vue index 1446b933c1..65bd1a9aad 100644 --- a/packages/devtools-ui-kit/src/components/NTextInput.vue +++ b/packages/devtools-ui-kit/src/components/NTextInput.vue @@ -25,7 +25,7 @@ const input = useVModel(props, 'modelValue', emit, { passive: true })