mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 07:30:47 +00:00
page titles
This commit is contained in:
parent
56068e9ac9
commit
82fc936b2d
5 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="homebrew">
|
||||
<div class="text-center" v-if="brew === null">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="spell" v-else-if="brew.pid && brew.pid == 'spell'">
|
||||
|
|
@ -157,6 +157,10 @@ export default {
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
mounted () {
|
||||
this.$page.title = 'Homebrew'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue