Merge remote-tracking branch 'origin/dev-yxl' into dev-sws

v1.0.0
sws 2024-09-05 10:50:26 +08:00
commit 8ed7700b0d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ interface list_page {
}
interface Props {
colorList: list_page[];
defaultColor: string;
defaultColor?: string;
}
const props = withDefaults(defineProps<Props>(), {
defaultColor: '',