2024-08-08 14:16:03 +02:00

7 lines
155 B
Vue

<template>
<BButton>{{ $t('settings.GMS.location.button') }}</BButton>
</template>
<script setup>
import { BButton } from 'bootstrap-vue-next'
</script>