Git Product home page Git Product logo

Comments (3)

scottbedard avatar scottbedard commented on August 20, 2024

Hi,

Your root component should be able to mount as long as this selector correctly targets this element. If you show me your index.html and main.js file I'd be happy to take a look.

I recommend using the runtime-only build of Vue, but if you'd like to use the stand alone version the easiest way to do this is to set an alias in your base webpack configuration, similar to how we're doing it in the test environment.

from vuetober.

pcable avatar pcable commented on August 20, 2024

Thanks for getting back to me Scott.

I think i mislead you on that one. The project works when I clone the repository. It's just the hello.vue component that didn't render anything.

So I've gone back and looked the differences between hello and the video component (something I should have done yesterday) and the only change seems to be that the ones that worked were loaded with an import call and the failing one was loaded using require. I'm not sure of the exactly why that would cause a problem but it loads fine when done with an import.

Thanks for the help. Loving the framework so far

from vuetober.

scottbedard avatar scottbedard commented on August 20, 2024

Ah, glad you straightened it out. The breaking changes in vue-loader 13.0.0 are what's to blame for this. If you want to still use require, you'll need to tack on a .default to the end of it. Best of luck!

from vuetober.

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.