http-vue-loader icon indicating copy to clipboard operation
http-vue-loader copied to clipboard

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

Open yibinliao opened this issue 4 years ago • 0 comments

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

yibinliao avatar Sep 06 '21 09:09 yibinliao