about vue3

Stimulsoft Reports.JS discussion
Post Reply
salt98ruan
Posts: 13
Joined: Tue Jul 23, 2024 1:05 am

about vue3

Post by salt98ruan »

I am using Vue 3 and the version of Stimulsoft is 2024.3.2.0. I would like to know the difference between the following imports:

Code: Select all

import { Stimulsoft } from 'stimulsoft-reports-js/Scripts/stimulsoft.viewer
import { Stimulsoft } from 'stimulsoft-reports-js/Scripts/stimulsoft.blockly.editor'
When using stimulsoft-reports-js/Scripts/stimulsoft.blockly.editor, there are many warnings in the browser console, similar to:
'No message string for %{BKY_LOGIC_COMPARE_TOOLTIP_EQ} in %{BKY_LOGIC_COMPARE_TOOLTIP_EQ}'.
Could you please help me understand why this is happening and how to resolve it?
Lech Kulikowski
Posts: 7354
Joined: Tue Mar 20, 2018 5:34 am

Re: about vue3

Post by Lech Kulikowski »

Hello,

All warnings were fixed. Please check the next release build.

Thank you.
salt98ruan
Posts: 13
Joined: Tue Jul 23, 2024 1:05 am

Re: about vue3

Post by salt98ruan »

Lech Kulikowski wrote: Tue Jul 23, 2024 12:24 pm Hello,

All warnings were fixed. Please check the next release build.

Thank you.
If I only use the viewer, which file should I include?
Lech Kulikowski
Posts: 7354
Joined: Tue Mar 20, 2018 5:34 am

Re: about vue3

Post by Lech Kulikowski »

Hello,

It is the viewer and report scripts.

Thank you.
Post Reply