mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 15:40:37 +00:00
amélioration du filtre des monstres par indice de dangerosité + crédits + corrections diverses
This commit is contained in:
parent
414f02087c
commit
830b468ae2
15 changed files with 125 additions and 53 deletions
|
|
@ -55,7 +55,7 @@ export default {
|
|||
}
|
||||
})
|
||||
const { pages } = this.$site
|
||||
console.log(pages)
|
||||
// console.log(pages)
|
||||
this.index.add(pages)
|
||||
},
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ export default {
|
|||
encode: 'extra'
|
||||
},
|
||||
(result) => {
|
||||
console.log(result)
|
||||
// console.log(result)
|
||||
this.items = result
|
||||
this.loading = false
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue