Update breadcrumb

pull/2/head
qingwei.li 2016-08-11 15:30:08 +08:00
parent 4d07a69435
commit 3b067e44c3
2 changed files with 1 additions and 17 deletions

View File

@ -6,18 +6,12 @@
<script>
export default {
name: 'ElBreadcrumbItem',
props: {
},
data() {
return {
separator: ''
};
},
methods: {
},
ready() {
mounted() {
this.separator = this.$parent.separator;
}
};

View File

@ -12,16 +12,6 @@
type: String,
default: '/'
}
},
data() {
return {
};
},
methods: {
},
ready() {
}
};
</script>