moved onEnter to mounted

This commit is contained in:
booploops 2022-04-11 13:40:05 -07:00
parent 74c42ede84
commit 8616f42978
6 changed files with 22 additions and 5 deletions

View file

@ -63,6 +63,7 @@
},
mounted() {
let self = this;
this.$root.getLibraryArtistsFull(null, 0);
this.$root.$on('ap-inlinecollection', function(e){
console.log("hey",e)
self.clready = true;