fix: refs #6891 rollback customUrl
This commit is contained in:
parent
ff0e290963
commit
0a281b2b73
|
@ -20,7 +20,6 @@ const props = defineProps({
|
|||
searchUrl: { type: String, default: undefined },
|
||||
searchbarLabel: { type: String, default: '' },
|
||||
searchbarInfo: { type: String, default: '' },
|
||||
customRouteRedirectName: { type: String, default: undefined },
|
||||
});
|
||||
|
||||
const stateStore = useStateStore();
|
||||
|
@ -58,7 +57,6 @@ if (props.baseUrl) {
|
|||
:url="props.searchUrl"
|
||||
:label="props.searchbarLabel"
|
||||
:info="props.searchbarInfo"
|
||||
:custom-route-redirect-name="props.customRouteRedirectName"
|
||||
/>
|
||||
</slot>
|
||||
</Teleport>
|
||||
|
|
Loading…
Reference in New Issue