1 2 3
import template from "./BreadcrumbItem.html"; class BreadcrumbItem {
4 5 6
props = { href: String, };
7
template = template;
8
}