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
When I used kekule in the vue2 project and ran Kekule.externalResourceManager.register('three.js', THREE)
to bind three.js, an error was reported when running to this.chemViewer.setRenderType(Kekule.Render.RendererType.R3D);
This error did not occur in html, but this problem occurred when I copied the code into vue2.
Also, the kekule installed using npm could not be used, so I used: <script src="https://cdn.jsdelivr.net/npm/kekule/dist/kekule.min.js" exclude></script>
The text was updated successfully, but these errors were encountered:
When I used kekule in the vue2 project and ran
Kekule.externalResourceManager.register('three.js', THREE)
to bind three.js, an error was reported when running to
this.chemViewer.setRenderType(Kekule.Render.RendererType.R3D);
This error did not occur in html, but this problem occurred when I copied the code into vue2.
Also, the kekule installed using npm could not be used, so I used:
<script src="https://cdn.jsdelivr.net/npm/kekule/dist/kekule.min.js" exclude></script>
The text was updated successfully, but these errors were encountered: