vuejs example
Posted: Fri Feb 23, 2018 11:08 pm
I tried the vuejs sample which runs fine. However I noticed that the h2 tag is not shown on the page.
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.
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?
Code: Select all
<h2>Stimulsoft Reports.JS Designer</h2>
Code: Select all
<script src="stimulsoft/stimulsoft.reports.js"></script>
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?