Commit de8c3b8b authored by FuryBean's avatar FuryBean Committed by GitHub

Merge pull request #52 from eleme/feat/next-breadcrumb

Update breadcrumb
parents 4d07a694 3b067e44
......@@ -6,18 +6,12 @@
<script>
export default {
name: 'ElBreadcrumbItem',
props: {
},
data() {
return {
separator: ''
};
},
methods: {
},
ready() {
mounted() {
this.separator = this.$parent.separator;
}
};
......
......@@ -12,16 +12,6 @@
type: String,
default: '/'
}
},
data() {
return {
};
},
methods: {
},
ready() {
}
};
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment