Browse Source

fix(nc-gui): leaving node err

pull/3801/head
braks 2 years ago
parent
commit
e3fe703763
  1. 9
      packages/nc-gui/pages/[projectType]/[projectId]/index/index/[type]/[title]/[[viewTitle]].vue

9
packages/nc-gui/pages/[projectType]/[projectId]/index/index/[type]/[title]/[[viewTitle]].vue

@ -24,8 +24,11 @@ until(tables)
</script>
<template>
<div v-if="loading" class="flex items-center justify-center h-full w-full">
<a-spin size="large" />
<div class="w-full h-full">
<div v-if="loading" class="flex items-center justify-center h-full w-full">
<a-spin size="large" />
</div>
<LazyTabsSmartsheet v-else :key="route.params.title" :active-tab="activeTab" />
</div>
<LazyTabsSmartsheet v-else :key="route.params.title" :active-tab="activeTab" />
</template>

Loading…
Cancel
Save