Browse Source

fix: augment #app rather than #app/nuxt

pull/7064/head
Daniel Roe 10 months ago
parent
commit
141af9a651
  1. 2
      packages/nc-gui/nuxt-shim.d.ts

2
packages/nc-gui/nuxt-shim.d.ts vendored

@ -3,7 +3,7 @@ import type { UseGlobalReturn } from './composables/useGlobal/types'
import type { NocoI18n } from './lib'
import type { TabType } from './composables'
declare module '#app/nuxt' {
declare module '#app' {
interface NuxtApp {
$api: BaseAPI<any>
/** {@link import('./plugins/tele') Telemetry} */

Loading…
Cancel
Save