diff --git a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-navbar/coreshop-navbar.vue b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-navbar/coreshop-navbar.vue index c8e95ba0..63525227 100644 --- a/CoreCms.Net.Uni-App/CoreShop/components/coreshop-navbar/coreshop-navbar.vue +++ b/CoreCms.Net.Uni-App/CoreShop/components/coreshop-navbar/coreshop-navbar.vue @@ -26,13 +26,13 @@ const { menuButtonHeight } = useSystemInfo(); const props = withDefaults(defineProps<{ - isBack : boolean, - bgColor : string, - titleColor : string, - mode : string, - title : string, - handleCustomRouteJump : () => void | null, - placeholder : boolean; + isBack ?: boolean, + bgColor ?: string, + titleColor ?: string, + mode ?: string, + title ?: string, + handleCustomRouteJump ?: () => void | null, + placeholder ?: boolean; }>(), { isBack: true, bgColor: '#eef2f6',