Preload all

This commit is contained in:
2021-08-23 18:11:14 +02:00
parent 4da459d30f
commit ec922ce9d2

View File

@@ -13,6 +13,9 @@ export default class PostsController {
.preload('tags', (tags) => {
tags.preload('label')
})
.preload('cover')
.preload('title')
.preload('description')
})
}