No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. visiond
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Best 0
    • Groups 0

    visiond

    @visiond

    0
    Reputation
    150
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    visiond Follow

    Latest posts made by visiond

    • RE: Testing

      Also if someone runs into warnings like unknown custom element: <router-link> child component when using q-item with routes like <q-item to="/path"></q-item>, a solution is to stub it to router-link and stub router links again, its hacky but it works

      const wrapper = shallowMount(MyComponent, {
        localVue,
        stubs: {
          'q-item': '<router-link to=""></router-link>',
          RouterLink: RouterLinkStub
        }
      })
      posted in Help
      V
      visiond
    • RE: Testing

      @jaxon I found the solution, in your package.json, inside moduleNameMapper use
      "quasar": "<rootDir>/node_modules/quasar-framework/dist/umd/quasar.mat.umd.js"

      Hope it helps 😃

      posted in Help
      V
      visiond
    • RE: Testing

      @jaxon did you found a solution for this? i’m stuck there as well

      posted in Help
      V
      visiond
    • RE: [RFC] New TEST mode coming soon to Quasar.

      How can i use it?

      posted in Announcements
      V
      visiond