fix: update interface

This commit is contained in:
Qiuxia Fan 2021-12-24 21:43:39 +08:00
parent 017dc20fec
commit 0840316b2b

View File

@ -18,7 +18,7 @@ import { string } from "vue-types";
*/
export interface LayoutConfig {
x: number;
y?: number;
y: number;
w: number;
h: number;
i: string;