mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-09 17:37: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")
|
@customElement("ha-chip")
|
||||||
export class HaChip extends LitElement {
|
export class HaChip extends LitElement {
|
||||||
@property({ type: Number }) public index = 0;
|
|
||||||
|
|
||||||
@property({ type: Boolean }) public outline = false;
|
@property({ type: Boolean }) public outline = false;
|
||||||
|
|
||||||
@property() public label?: string;
|
@property() public label?: string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user