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 @@ ...@@ -6,18 +6,12 @@
<script> <script>
export default { export default {
name: 'ElBreadcrumbItem', name: 'ElBreadcrumbItem',
props: {
},
data() { data() {
return { return {
separator: '' separator: ''
}; };
}, },
methods: { mounted() {
},
ready() {
this.separator = this.$parent.separator; this.separator = this.$parent.separator;
} }
}; };
......
...@@ -12,16 +12,6 @@ ...@@ -12,16 +12,6 @@
type: String, type: String,
default: '/' default: '/'
} }
},
data() {
return {
};
},
methods: {
},
ready() {
} }
}; };
</script> </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