mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-10 01:47:46 +00:00
remove index
This commit is contained in:
parent
37a970f195
commit
daab076bc1
@ -12,8 +12,6 @@ import { customElement, property } from "lit/decorators";
|
||||
|
||||
@customElement("ha-chip")
|
||||
export class HaChip extends LitElement {
|
||||
@property({ type: Number }) public index = 0;
|
||||
|
||||
@property({ type: Boolean }) public outline = false;
|
||||
|
||||
@property() public label?: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user