Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

mistake:Reason: TypeError: httpVueLoader.langProcessor[lang.toLowerCase()] is undefined #131

Open
@yibinliao

Description

@yibinliao

I referenced the vue component in the jsp project. The sub-components are based on the example in the sample document. I only used it once in the jsp, but there is still this error. I don’t understand what caused it. The specific error codes are as follows:`[Vue warn]: Failed to resolve async component: function() {

		return new Component(name).load(url)

		.then(function(component) {



			return component.normalize();

		})

		.then(function(component) {



			return component.compile();

		})

		.then(function(component) {



			var exports = component.script !== null ? component.script.module.exports : {};



			if ( component.template !== null )

				exports.template = component.template.getContent();



			if ( exports.name === undefined )

				if ( component.name !== undefined )

					exports.name = component.name;



			exports._baseURI = component.baseURI;



			return exports;

		});

	}

Reason: TypeError: httpVueLoader.langProcessor[lang.toLowerCase()] is undefined`

This is the screenshot:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions