added lit typescript plugins
This commit is contained in:
@@ -5,8 +5,8 @@ import './seekbar/seek-bar';
|
||||
|
||||
const audioPlayer = () => html`
|
||||
<div>
|
||||
<player-controls></player-controls>
|
||||
<seek-bar></seek-bar>
|
||||
<player-controls></player-controls>
|
||||
<seek-bar></seek-bar>
|
||||
</div>
|
||||
`;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import { Play } from '@go/player/Player';
|
||||
@customElement('player-controls')
|
||||
export class PlayerControls extends LitElement {
|
||||
|
||||
render() {
|
||||
override render() {
|
||||
return html`
|
||||
<div>
|
||||
<button>
|
||||
|
||||
Reference in New Issue
Block a user