1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 05:24:20 +00:00

recherche et pages

This commit is contained in:
Maxime Moraine 2020-03-30 11:03:20 +02:00
parent eccc40a123
commit c9f4aae633
6 changed files with 281 additions and 96 deletions

View file

@ -134,7 +134,7 @@ export default {
},
isSearchable (page) {
let searchPaths = null
let searchPaths = this.$site.themeConfig.searchPaths || null
// all paths searchables
if (searchPaths === null) { return true }