Skip to content

Commit

Permalink
Merge pull request #1850 from smeup/fix/pdf-showcase-example
Browse files Browse the repository at this point in the history
fix: pdf showcase example path
  • Loading branch information
lucafoscili authored Apr 5, 2024
2 parents 167031e + acd8256 commit 673398f
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 673398f

Please sign in to comment.