Skip to content

Commit

Permalink
fix(demo): use multi source on custom clustering demo
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Sep 26, 2023
1 parent eb79055 commit e34a60b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

@PageTitle("Clustering With Custom Renderer Demo")
@DemoSource
@DemoSource(
value = "/src/test/resources/META-INF/resources/frontend/src/clustering-custom-renderer-example.js",
caption = "clustering-custom-renderer-example.js")
@Route(value = "googlemaps/clustering-custom-renderer", layout = GooglemapsDemoView.class)
@JsModule("./src/clustering-custom-renderer-example.js")
@SuppressWarnings("serial")
Expand Down

0 comments on commit e34a60b

Please sign in to comment.