Skip to content
This repository has been 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 opened this issue Sep 6, 2021 · 0 comments

Comments

@yibinliao
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant