fix back button display

This commit is contained in:
Freeplay 2023-06-12 18:54:29 -04:00
parent bbc8441c46
commit 232c7039a1

View File

@ -164,7 +164,7 @@ const props = defineProps<{
const displayBackButton =
props.displayBackButton &&
history.length > 2 &&
history.length > 1 &&
inject("shouldBackButton", true);
const emit = defineEmits<{