Commit 3b067e44 authored by qingwei.li's avatar qingwei.li

Update breadcrumb

parent 4d07a694
......@@ -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