Added permissions to geoloc

This commit is contained in:
Alexis
2023-05-01 15:06:39 +02:00
parent e87f27eb07
commit d950f2f084
4 changed files with 43 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ const props = defineProps<{
| "btn-facebook"
| "btn-instagram"
| "btn-linkedin";
disabled?: boolean;
}>();
const elementTag = computed(() => (props.href ? "a" : "button"));