Optimize: config type

This commit is contained in:
Lazy 2023-10-31 16:33:01 +08:00
parent 717c69e09d
commit 92badf3483
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ import LineOption from "@/components/LineOption.vue";
import { getDescriptionByTitle } from "@/tools/common";
const props = defineProps<{
config: Object;
config: Record<string, any>;
}>();
const description = {

View File

@ -5,7 +5,7 @@ import { getDescriptionByTitle } from "@/tools/common";
import { jsonToMap } from "@/tools/common";
const props = defineProps<{
config: Object;
config: Record<string, any>;
}>();
const description = {

View File

@ -5,7 +5,7 @@ import { getDescriptionByTitle } from "@/tools/common";
import { jsonToMap } from "@/tools/common";
const props = defineProps<{
config: Object;
config: Record<string, any>;
}>();
const description = {

View File

@ -5,7 +5,7 @@ import LineOption from "@/components/LineOption.vue";
import { getDescriptionByTitle } from "@/tools/common";
const props = defineProps<{
config: Object;
config: Record<string, any>;
}>();
const description = {

View File

@ -4,7 +4,7 @@ import LineOption from "@/components/LineOption.vue";
import { getDescriptionByTitle } from "@/tools/common";
const props = defineProps<{
config: Object;
config: Record<string, any>;
}>();
const description = {