Skip to content

Commit

Permalink
feat: force version publish
Browse files Browse the repository at this point in the history
  • Loading branch information
César Alberca committed Jan 21, 2022
1 parent 20caebb commit be00ab4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import { ActivatedItemHandler } from './activated-item-handler'
shadow: true
})
export class ActivatedItemListener {
@Prop() handler!: ActivatedItemHandler
@Prop()
handler!: ActivatedItemHandler

@Listen('activatedItem')
protected activatedItemHandler(event: CustomEvent<ItemPosition>) {
Expand Down

0 comments on commit be00ab4

Please sign in to comment.