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

    Failed to resolve directive: go-back

    Help
    2
    3
    1685
    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.
    • A
      aziz19 last edited by

      I’m getting this error when using go-back directive

      <button class=“primary” v-go-back=" ‘/’ ">Logout</button>

      any idea??

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        If on v0.14, have you imported the directive?

        import { GoBack } from 'quasar'
        
        export default {
           ....,
           directives: {
              GoBack
           },
           ...
        }
        

        http://beta.quasar-framework.org/components/introduction-for-beginners.html#Using-Quasar-Directive

        1 Reply Last reply Reply Quote 0
        • A
          aziz19 last edited by

          I did not read this page.

          problem solved, thanks

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