mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 14:46:49 +00:00
6 lines
111 B
Vue
6 lines
111 B
Vue
<template>
|
|
<div class="w-full h-full !py-0 !px-2" style="height: 70vh">
|
|
<ErdView />
|
|
</div>
|
|
</template>
|