mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 08:57:44 +00:00
chore(nc-gui): fix type issues and set proper ref types
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { message } from 'ant-design-vue'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { onMounted, useClipboard, useNuxtApp, useProject } from '#imports'
|
||||
import { extractSdkResponseErrorMsg } from '~/utils'
|
||||
|
||||
const { t } = useI18n()
|
||||
import { extractSdkResponseErrorMsg, onMounted, useClipboard, useI18n, useNuxtApp, useProject } from '#imports'
|
||||
|
||||
interface ShareBase {
|
||||
uuid?: string
|
||||
@@ -17,6 +13,8 @@ enum ShareBaseRole {
|
||||
Viewer = 'viewer',
|
||||
}
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
const { dashboardUrl } = $(useDashboard())
|
||||
|
||||
const { $api, $e } = useNuxtApp()
|
||||
|
||||
Reference in New Issue
Block a user