Refactor #4739 - For TieredMenu

This commit is contained in:
tugcekucukoglu 2023-11-08 15:50:00 +03:00
parent ed4b74c0a7
commit 8a78d275f4
5 changed files with 3 additions and 33 deletions

View file

@ -20,7 +20,6 @@
:items="processedItems"
:templates="$slots"
:activeItemPath="activeItemPath"
:exact="exact"
:level="0"
:pt="pt"
:unstyled="unstyled"
@ -84,11 +83,6 @@ export default {
}
}
},
beforeMount() {
if (!this.$slots.item) {
console.warn('In future versions, vue-router support will be removed. Item templating should be used.');
}
},
mounted() {
this.id = this.id || UniqueComponentId();
},