Browse Source

Merge pull request #7064 from danielroe/app-augmentation

fix: augment #app rather than #app/nuxt
pull/7076/head
աӄա 12 months ago committed by GitHub
parent
commit
f0f7a936ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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