@@ -249,6 +249,6 @@ watch(
|
|||||||
)
|
)
|
||||||
|
|
||||||
const showRequireStandaloneInstructionsForIOS = computed(
|
const showRequireStandaloneInstructionsForIOS = computed(
|
||||||
() => true, //isError.value && isIOS.value && !isStandalone.value && enabled.value,
|
() => isError.value && isIOS.value && !isStandalone.value && enabled.value,
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user