samturrell / vue-breadcrumbs

Breadcrumbs for Vue.js
MIT License
146 stars 27 forks source link

Custom with Element UI? #8

Closed thearabbit closed 7 years ago

thearabbit commented 7 years ago

I bas on Element UI, could example to custom:

<el-breadcrumb separator="/">
  <el-breadcrumb-item :to="{ path: '/' }">homepage</el-breadcrumb-item>
  <el-breadcrumb-item>promotion management</el-breadcrumb-item>
  <el-breadcrumb-item>promotion list</el-breadcrumb-item>
  <el-breadcrumb-item>promotion detail</el-breadcrumb-item>
</el-breadcrumb>
samturrell commented 7 years ago

Hi @thearabbit - I'm not sure i understand the issue?