Git Product home page Git Product logo

Comments (5)

Trukes avatar Trukes commented on June 30, 2024 4

Add solution on a pull request #123

from http-vue-loader.

FranckFreiburger avatar FranckFreiburger commented on June 30, 2024

can you see any errors in the console ?

from http-vue-loader.

jahrralf avatar jahrralf commented on June 30, 2024

Same here

D/SystemWebChromeClient: file:///.../cordova-hot-code-push-plugin/2019.05.24-16.47.55/www/libs/vue-2.6.10/vue-dev.js: Line 634 : [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;

                                             return exports;
                                         })
                                 }

Well, nnot same. It worked when I did a clean build of the app and did not use cordova hot-code-push. But with it, it does not work any more. I can see in the Chrome remot device debug tools that the vue file is found correctly. Any hints?

from http-vue-loader.

jahrralf avatar jahrralf commented on June 30, 2024

http-vue-loader, the awesome piece of software, also works in my cordova app. No changes were necessary. However, it is a HTTP view loader. loading from file:// did not work for me, had to get the .vue files from a webserver.

The strange issue with cordova-hot-code-push is still unclear.

from http-vue-loader.

pedromacarmo avatar pedromacarmo commented on June 30, 2024

I have the same issue. Any suggestions?

from http-vue-loader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.