From 45a359017e862dfc653ef08e882483c98cb7c1d7 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 5 Mar 2024 22:33:27 +0800 Subject: [PATCH] chore: revise typo --- types/global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/global.d.ts b/types/global.d.ts index 08315eddb..370c006b0 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -182,7 +182,7 @@ declare global { } /** - * 扩展 `Elemet` + * 扩展 `Element` */ interface Element { // v-ripple 作用于 src/directives/ripple/index.ts 文件