mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 17:57:27 +00:00
refactor(nc-gui): use lazy load and cleanup imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { onMounted } from '@vue/runtime-core'
|
||||
import { onMounted, useVModel, watch } from '#imports'
|
||||
|
||||
interface Props {
|
||||
modelValue: Record<string, any>[]
|
||||
|
||||
Reference in New Issue
Block a user