refactor(nc-gui): use lazy load and cleanup imports

This commit is contained in:
braks
2022-09-22 18:19:11 +02:00
parent 492812e28e
commit 4c29fa18ff
138 changed files with 986 additions and 778 deletions

View File

@@ -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>[]