This commit is contained in:
mertsincan 2024-01-23 18:06:31 +00:00
parent 6862264318
commit 8f7ee3ac33
17 changed files with 21 additions and 42 deletions

View file

@ -73,10 +73,9 @@ export default {
resizeListener: null,
container: null,
list: null,
beforeMount() {
this.id = this.id || UniqueComponentId();
},
mounted() {
this.id = this.id || UniqueComponentId();
if (!this.popup) {
this.bindResizeListener();
this.bindOutsideClickListener();