fix ts
This commit is contained in:
@@ -282,7 +282,7 @@ type TurnObjWithTime = TurnObj & {
|
||||
year?: number;
|
||||
month?: number;
|
||||
tooltip?: string;
|
||||
style?: Record<string, unknown>;
|
||||
style?: Record<string, string>;
|
||||
};
|
||||
|
||||
const props = defineProps({
|
||||
@@ -490,7 +490,7 @@ function updateCommandList() {
|
||||
for (const obj of props.turn) {
|
||||
const [year, month] = parseYearMonth(yearMonth);
|
||||
let tooltip: string[] = [];
|
||||
let style: Record<string, unknown> = {};
|
||||
let style: Record<string, string> = {};
|
||||
|
||||
const brief = obj.brief;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user