Skip to content

Commit b5ccea1

Browse files
committed
chore: remove unused property
1 parent 6f7ce1b commit b5ccea1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/component/vcf-breadcrumbs.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* #L%
1818
*/
1919
import { html, LitElement, css } from "lit";
20-
import { customElement, queryAssignedElements} from 'lit/decorators.js';
20+
import { customElement} from 'lit/decorators.js';
2121
import { ThemableMixin } from "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js";
2222
import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
2323
import { PolylitMixin } from '@vaadin/component-base/src/polylit-mixin.js';
@@ -56,9 +56,6 @@ import '@vaadin/vertical-layout';
5656
*/
5757
@customElement("vcf-breadcrumbs")
5858
export class VcfBreadcrumbs extends ResizeMixin(ElementMixin(ThemableMixin(PolylitMixin(LitElement)))) {
59-
60-
@queryAssignedElements()
61-
steps!: Array<HTMLElement>;
6259

6360
static get is() {
6461
return 'vcf-breadcrumbs';

0 commit comments

Comments
 (0)