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. Guilherme M O
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    Guilherme M O

    @Guilherme M O

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Guilherme M O Follow

    Latest posts made by Guilherme M O

    • How can i use rive-canvas in vue + quasar?

      Is there any way to add rive-canvas to a vue.js + quasar project? I’m doing something wrong.

      I’m trying to integrate rive animations in a project, but I’m having problems doing it, more specifically when using the Rive function to render the animation, the error that returns is the declaration of the Rive variable, which I call in this excerpt:

           Rive ({                                                                                    
             locateFile: (file) => 'https://unpkg.com/rive-canvas@0.6.10/' + file, 
           }). then ((rive) => {
           ...
           ...
           ...
      

      And the error that returns:

      [Vue warn]: Error in mounted hook: “ReferenceError: Rive is not defined”

      Has anyone messed with this, or know how to help me?

      Thanks!

      posted in Help
      G
      Guilherme M O