Skip to content

Instantly share code, notes, and snippets.

@Eseperio
Created August 11, 2025 08:58
Show Gist options
  • Save Eseperio/6082a71e6a9f0a6106af2cfae0f01d99 to your computer and use it in GitHub Desktop.
Save Eseperio/6082a71e6a9f0a6106af2cfae0f01d99 to your computer and use it in GitHub Desktop.
vue-advanced-chat tricks

While implementing that library, i´ve found two things that made me spent a lot of time fixing them.

    1. There is a bug for props that requires booleans being defined as strings "false" or "true" in order to work.
    1. Event it is written in readme, remember arrays must be defined as json.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment