Skip to content

Commit

Permalink
refactor: update ContextMenu to use Lit based component import
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Nov 11, 2024
1 parent 45b0079 commit 9bd5cf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@NpmPackage(value = "@vaadin/polymer-legacy-adapter", version = "24.6.0-alpha8")
@JsModule("@vaadin/polymer-legacy-adapter/style-modules.js")
@NpmPackage(value = "@vaadin/context-menu", version = "24.6.0-alpha8")
@JsModule("@vaadin/context-menu/src/vaadin-context-menu.js")
@JsModule("@vaadin/context-menu/src/vaadin-lit-context-menu.js")
@JsModule("./flow-component-renderer.js")
@JsModule("./contextMenuConnector.js")
@JsModule("./contextMenuTargetConnector.js")
Expand Down

0 comments on commit 9bd5cf2

Please sign in to comment.