You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2024. It is now read-only.
How can I handle errors which are throwing to console by katex itself? I want to show this error messages in my vue component directly to users.
Example:
To render latex I am using: <div v-katex:auto="{options}" :key="item.text">.... </div>
The text was updated successfully, but these errors were encountered:
Indeed, I think we can do better. I wanted to update the plugin for Vue 3 and keep compatibility with Vue 2 as well. I will add this feature that is handy. I cannot commit to a date. For specific use of katex, it's also possible to create your own component, this lib being a very light wrapper around the original katex library.
How can I handle errors which are throwing to console by katex itself? I want to show this error messages in my vue component directly to users.

Example:
To render latex I am using:
<div v-katex:auto="{options}" :key="item.text">.... </div>
The text was updated successfully, but these errors were encountered: