Blame view

src/BreadcrumbItem/BreadcrumbItem.js 140 Bytes
3a3ecabe   Imshann   init
1
2
3
  import template from "./BreadcrumbItem.html";
  
  class BreadcrumbItem {
d6436262   Imshann   feat(Col): 新增offs...
4
5
6
      props = {
          href: String,
      };
3a3ecabe   Imshann   init
7
      template = template;
d6436262   Imshann   feat(Col): 新增offs...
8
  }