mirror of https://github.com/nocodb/nocodb
Pranav C
2 years ago
6 changed files with 23 additions and 13 deletions
@ -0,0 +1,9 @@ |
|||||||
|
<template> |
||||||
|
<div class="h-full overflow-y-scroll scrollbar-thin-dull pt-2"> |
||||||
|
<div class="text-xl mt-4">{{ $t('title.appStore') }}</div> |
||||||
|
<a-divider class="!my-3" /> |
||||||
|
<div> |
||||||
|
<LazyDashboardSettingsAppStore /> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</template> |
@ -1,5 +1,6 @@ |
|||||||
<template> |
<template> |
||||||
<AccountUserManagement v-if="$route.params.page === 'users'" /> |
<AccountUserManagement v-if="$route.params.page === 'users'" /> |
||||||
<AccountToken v-else-if="$route.params.page === 'tokens'" /> |
<AccountToken v-else-if="$route.params.page === 'tokens'" /> |
||||||
|
<AccountAppStore v-else-if="$route.params.page === 'apps'" /> |
||||||
<span v-else></span> |
<span v-else></span> |
||||||
</template> |
</template> |
||||||
|
Loading…
Reference in new issue