From f5586240e50b0a85e513817520fcfe0b72949387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Tue, 19 Mar 2019 10:27:50 +0800 Subject: [PATCH] fix typo --- types/layout.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/layout.d.ts b/types/layout.d.ts index 97a5217d..a767cd82 100644 --- a/types/layout.d.ts +++ b/types/layout.d.ts @@ -70,4 +70,4 @@ export declare interface Layout extends Vue { * methods, 改变Sider展开-收起状态。 */ toggleCollapse(): void; -}更多· \ No newline at end of file +} \ No newline at end of file