about vue3
Posted: Tue Jul 23, 2024 9:12 am
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:
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?
Code: Select all
import { Stimulsoft } from 'stimulsoft-reports-js/Scripts/stimulsoft.viewer
import { Stimulsoft } from 'stimulsoft-reports-js/Scripts/stimulsoft.blockly.editor'
'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?