README
Breadcrumb
Display the position of the current page in the system hierarchy and be able to navigate
Import
import '@omiu/breadcrumb'
Or use script tag to ref it.
<script src="https://unpkg.com/@omiu/breadcrumb"></script>
Usage
<o-breadcrumb></o-breadcrumb>
API
Props
{
split: string,
items: any[]
}
默认属性
{
split: '/'
)