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
@matiasah7 I don't know honestly, I uninstalled in all of my projects and stopped using v-html in general as it's an anti pattern and shouldn't be used.
Describe the bug
There aren't any declaration files inside node_modules for this package therefore it doesn't work with Typescript.
To Reproduce
Install the package as described in the docs and try to compile the project with strict flag from TS.
Expected behavior
index.d.ts file should be present inside node_modules/vue-safe-html
Temporary workaround
Add index.d.ts to your vue.js project with following content:
The text was updated successfully, but these errors were encountered: