From e9a8a354b8ec4cde0747d78eb041d3b066e09b88 Mon Sep 17 00:00:00 2001 From: yurj26 <1816387074@qq.com> Date: Thu, 6 Jul 2023 20:24:22 +0800 Subject: [PATCH] fix: INode --- pages/component/input/input.uvue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/component/input/input.uvue b/pages/component/input/input.uvue index 56a0859d..6c1ae186 100644 --- a/pages/component/input/input.uvue +++ b/pages/component/input/input.uvue @@ -116,7 +116,8 @@ } }, onReady() { - (this.$refs['input'] as INode).focus(); + // TODO auto focus + // (this.$refs['input'] as INode).focus(); }, methods: { onKeyInput: function (event : InputEvent) { -- GitLab