GITLAB

essa-platform / es-ng-antd

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • es-ng-antd
  • src
  • BreadcrumbItem
  • BreadcrumbItem.js
  • d6436262   feat(Col): 新增offset属性 Browse Code »
    Imshann
    2022-02-10 10:12:57 +0800  
BreadcrumbItem.js 140 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
import template from "./BreadcrumbItem.html";

class BreadcrumbItem {
    props = {
        href: String,
    };
    template = template;
}