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

    [Vue warn]: Error in render function: "TypeError: Cannot read property 'tabName' of undefined"

    Help
    3
    4
    2221
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      Epo last edited by

      Some idea what is missing

      <template>
      <div>
      <q-tabs v-model=“selectedTab”>
      <q-tab slot=“title” name=“tab-1” icon=“message” />
      <q-tab slot=“title” name=“tab-2” icon=“fingerprint” />
      <q-tab slot=“title” name=“tab-3” icon=“account_box” />
      </q-tabs>
      <q-btn @click=“selectThirdTab”>Select Third Tab</q-btn>
      </template>

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        Where is the rest of your component?

        Scott

        1 Reply Last reply Reply Quote 0
        • N
          n.taddei last edited by

          Same than this: http://forum.quasar-framework.org/topic/611/possible-bug-in-current-beta-with-q-input/3
          I posted the solution to this probelm, it’s the new Vue version 2.4.1 that breaks Quasar.

          1 Reply Last reply Reply Quote 0
          • N
            n.taddei last edited by

            @Epo @s-molinari As I wrote on Gitter, you need to rollback Vue package version to 2.3.4, because the new Vue version 2.4.1 breaks Quasar. Everything works fine if you put Vue at previous version.

            PS: you need to rollback "vue-template-compiler" package too (same version).

            1 Reply Last reply Reply Quote 1
            • First post
              Last post