From 0840316b2b859658cead4e8a8f6d4b8c7c7ff590 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Fri, 24 Dec 2021 21:43:39 +0800 Subject: [PATCH] fix: update interface --- src/types/dashboard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/dashboard.ts b/src/types/dashboard.ts index 22007423..186a9077 100644 --- a/src/types/dashboard.ts +++ b/src/types/dashboard.ts @@ -18,7 +18,7 @@ import { string } from "vue-types"; */ export interface LayoutConfig { x: number; - y?: number; + y: number; w: number; h: number; i: string;