Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
14
Frontend-Learner/node_modules/nuxt/dist/app/components/nuxt-stubs.js
generated
vendored
Normal file
14
Frontend-Learner/node_modules/nuxt/dist/app/components/nuxt-stubs.js
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import { createError } from "../composables/error.js";
|
||||
function renderStubMessage(name) {
|
||||
throw createError({
|
||||
fatal: true,
|
||||
statusCode: 500,
|
||||
statusMessage: `${name} is provided by @nuxt/image. Check your console to install it or run 'npx nuxt module add @nuxt/image'`
|
||||
});
|
||||
}
|
||||
export const NuxtImg = {
|
||||
setup: () => renderStubMessage("<NuxtImg>")
|
||||
};
|
||||
export const NuxtPicture = {
|
||||
setup: () => renderStubMessage("<NuxtPicture>")
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue