mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 21:56:57 +00:00
9 lines
259 B
Vue
9 lines
259 B
Vue
<template>
|
|
<div class="h-full overflow-y-scroll scrollbar-thin-dull pt-2 px-5">
|
|
<div class="text-xl mt-4 mb-8 text-left font-weight-bold">{{ $t('title.appStore') }}</div>
|
|
<div>
|
|
<LazyDashboardSettingsAppStore />
|
|
</div>
|
|
</div>
|
|
</template>
|