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
Description
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`
Metadata
Metadata
Assignees
Labels
No labels