ph-breadcrumb
v0.1.0-beta.0
Published
## Project setup ``` npm install ph-breadcrumb ```
Downloads
2
Readme
vue-template
Project setup
npm install ph-breadcrumb
Compiles and hot-reloads for development
interface Path{
title:string,
action?:string,
icon?:string
}
interface PhBreadcrumb{
path:Array<Path>
}
在线案例
See 更多案例.