多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
254 B

<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>