mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 23:16:49 +00:00
9 lines
256 B
Vue
9 lines
256 B
Vue
<template>
|
|
<div class="h-full overflow-y-scroll scrollbar-thin-dull pt-2">
|
|
<div class="text-xl mt-4 mb-8 text-center font-weight-bold">{{ $t('title.appStore') }}</div>
|
|
<div>
|
|
<LazyDashboardSettingsAppStore />
|
|
</div>
|
|
</div>
|
|
</template>
|