mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
9 lines
152 B
Vue
9 lines
152 B
Vue
<template>
|
|
<b-button>{{ $t('settings.GMS.location.button') }}</b-button>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: 'UserGMSLocation',
|
|
}
|
|
</script>
|