Merge remote-tracking branch 'origin/dev-yxl' into dev-sws
commit
8ed7700b0d
|
|
@ -16,7 +16,7 @@ interface list_page {
|
|||
}
|
||||
interface Props {
|
||||
colorList: list_page[];
|
||||
defaultColor: string;
|
||||
defaultColor?: string;
|
||||
}
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
defaultColor: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue