Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit f4bd103

Browse files
authored
Merge pull request #316 from fgreinus/patch-1
Fix local image loading example in Readme
2 parents 136d556 + 227e1b7 commit f4bd103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ const images = [{
5353
// headers: ...
5454
}
5555
}, {
56+
url: '',
5657
props: {
5758
// Or you can set source directory.
58-
url: '',
5959
source: require('../background.png')
6060
}
6161
}]

0 commit comments

Comments
 (0)