mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
Optimize: config type
This commit is contained in:
parent
717c69e09d
commit
92badf3483
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user