Skip to content

Commit

Permalink
Merge branch 'develop' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo-Signorelli committed Apr 5, 2024
2 parents 9f647e0 + 673398f commit 87fbab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {
function createComp() {
const comp = document.createElement('kup-pdf');
comp.id = 'demo-component';
comp.pdfPath = '/assets/kup-pdf-sample.pdf';
comp.pdfPath = 'assets/kup-pdf-sample.pdf';
return comp;
}
</script>

0 comments on commit 87fbab2

Please sign in to comment.