Page 1 of 1

vuejs example

Posted: Fri Feb 23, 2018 11:08 pm
by surveybob
I tried the vuejs sample which runs fine. However I noticed that the h2 tag is not shown on the page.

Code: Select all

<h2>Stimulsoft Reports.JS Designer</h2>
The sample creates the reports in the created hook. Doing the same in a method didn't really help. No matter what's on the page is removed. I found out that removing the script stimulsoft.report.js from the index.html at least helps to display the common html stuff on the page such as the h2.

Code: Select all

<script src="stimulsoft/stimulsoft.reports.js"></script>
But of course the report doesn't run anymore.
I also tried to import the stimulsoft stuff via npm (https://www.npmjs.com/package/stimulsoft-reports-js).
However that throws an error that dgram could not be resolved.
Has anyone created a vuejs example other than the one provided by stimulsoft?

Re: vuejs example

Posted: Mon Feb 26, 2018 7:50 am
by Alex K.
Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.