Hi,
I noticed that your extension doesn't work properly in a Vue-based theme (for example: Sphinx Press theme)). The script tag generated by the library causes a JS error in the Vue which results in the white page. This issue is mentioned here: https://stackoverflow.com/questions/69514098/writing-javascript-code-in-a-component-using-vue
I think the best would be to add extra configuration property that lets the extension know that Vue is used.
Hi,
I noticed that your extension doesn't work properly in a Vue-based theme (for example: Sphinx Press theme)). The script tag generated by the library causes a JS error in the Vue which results in the white page. This issue is mentioned here: https://stackoverflow.com/questions/69514098/writing-javascript-code-in-a-component-using-vue
I think the best would be to add extra configuration property that lets the extension know that Vue is used.