Support for latest Modrinth Upstream

This commit is contained in:
2024-12-26 20:31:14 +03:00
parent 7bbc79c6a1
commit 59f6f7102f
17 changed files with 2659 additions and 6191 deletions

View File

@@ -37,10 +37,10 @@ const props = defineProps({
type: Boolean,
default: true,
},
showAdOnClose: {
type: Boolean,
default: true,
},
// showAdOnClose: {
// type: Boolean,
// default: true,
// },
})
const emit = defineEmits(['proceed'])
@@ -51,7 +51,7 @@ defineExpose({
modal.value.show()
},
hide: () => {
onModalHide()
// onModalHide()
modal.value.hide()
},
})