vuejs example

Stimulsoft Reports.WEB discussion
Post Reply
surveybob
Posts: 1
Joined: Fri Feb 23, 2018 10:55 pm

vuejs example

Post 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?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: vuejs example

Post by Alex K. »

Hello,

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

Thank you.
Post Reply