Skip to content

Commit

Permalink
router fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Nov 4, 2024
1 parent 2bcd11d commit 2a58ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/examples/slot.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<script type="module">
import { LitElement, html, css } from 'https://esm.archive.org/lit'
import { Router } from 'https://esm.archive.org/@vaadin/router'
import { Router } from 'https://esm.archive.org/@vaadin/router@^1'
import { jwplayer, jwbase } from '../js/jwplayer/jwplayer.js'

customElements.define('x-nav', class extends LitElement {
Expand Down
2 changes: 1 addition & 1 deletion www/js/router.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Router } from 'https://esm.archive.org/@vaadin/router'
import { Router } from 'https://esm.archive.org/@vaadin/router@^1'

import MDAPI from './mdapi.js'
import { log } from './util/log.js'
Expand Down

0 comments on commit 2a58ea5

Please sign in to comment.