mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-13 00:38:06 +00:00
12 lines
166 B
Vue
12 lines
166 B
Vue
<template>
|
|
<div>{{ $t('common.comingSoon') }}</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'VisibilitySidePanel',
|
|
data() {
|
|
return {}
|
|
},
|
|
}
|
|
</script>
|