Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@nuxt/app", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"repository": "nuxt/framework", | ||
@@ -31,5 +31,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"unbuild": "^0.2.3" | ||
"unbuild": "^0.3.0" | ||
}, | ||
"gitHead": "2f2e818e325048a3f619f8eb11de2e9cdd3aea7c" | ||
"gitHead": "6bde9032736a81fa98326ec03730fefc3792e3b1" | ||
} |
import Vue from 'vue' | ||
import { $Fetch } from 'ohmyfetch' | ||
import { Nuxt } from '../dist' | ||
declare global { | ||
import type { $Fetch } from 'ohmyfetch' | ||
// eslint-disable-next-line no-var | ||
@@ -32,4 +32,2 @@ var $fetch: $Fetch | ||
declare module 'vue' { | ||
import type { Nuxt } from '../dist' | ||
interface App { | ||
@@ -39,1 +37,3 @@ $nuxt: Nuxt | ||
} | ||
export {} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32623
672