fix: import missing libs
This commit is contained in:
parent
6fb8bcfe25
commit
1696f1f798
1 changed files with 1 additions and 1 deletions
|
|
@ -192,6 +192,7 @@
|
|||
<script>
|
||||
import cloneDeep from "lodash/cloneDeep"
|
||||
import { defineComponent } from "@nuxtjs/composition-api"
|
||||
import * as E from "fp-ts/Either"
|
||||
import CollectionsMyCollection from "./my/Collection.vue"
|
||||
import CollectionsTeamsCollection from "./teams/Collection.vue"
|
||||
import { currentUser$ } from "~/helpers/fb/auth"
|
||||
|
|
@ -344,7 +345,6 @@ export default defineComponent({
|
|||
this.subscribeTo(
|
||||
this.teamCollectionAdapter.loadingCollections$,
|
||||
(collectionsIDs) => {
|
||||
console.log("loading collections", collectionsIDs)
|
||||
this.loadingCollectionIDs = collectionsIDs
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue