mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
7 lines
155 B
Vue
7 lines
155 B
Vue
<template>
|
|
<BButton>{{ $t('settings.GMS.location.button') }}</BButton>
|
|
</template>
|
|
<script setup>
|
|
import { BButton } from 'bootstrap-vue-next'
|
|
</script>
|