mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 11:46:53 +00:00
refactor(nc-gui): use lazy load and cleanup imports
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, useGlobal } from '#imports'
|
||||
|
||||
const { feedbackForm } = useGlobal()
|
||||
|
||||
const showForm = ref(false)
|
||||
|
||||
// todo: why this timeout?
|
||||
setTimeout(() => (showForm.value = true), 60000)
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user