mirror of https://github.com/nocodb/nocodb
Muhammed Mustafa
1 year ago
4 changed files with 5 additions and 4 deletions
@ -1,11 +1,12 @@
|
||||
<script setup lang="ts"> |
||||
const props = defineProps<{ |
||||
sourceId: string |
||||
showAllColumns?: boolean |
||||
}>() |
||||
</script> |
||||
|
||||
<template> |
||||
<div class="w-full h-full !p-0"> |
||||
<ErdView :source-id="props.sourceId" /> |
||||
<ErdView :source-id="props.sourceId" :show-all-columns="props.showAllColumns" /> |
||||
</div> |
||||
</template> |
||||
|
Loading…
Reference in new issue