mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Pull formulae from payload
This commit is contained in:
parent
f91848656c
commit
ba8f182bb7
1 changed files with 2 additions and 2 deletions
|
|
@ -46,11 +46,11 @@ export default {
|
||||||
EmailSubscribe,
|
EmailSubscribe,
|
||||||
ThomasCredit
|
ThomasCredit
|
||||||
},
|
},
|
||||||
async asyncData ({ params: { slug } }) {
|
async asyncData ({ params: { slug }, payload: { app } }) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
slug,
|
slug,
|
||||||
app: homebrewList.find(app => (app.slug === slug))
|
app//: homebrewList.find(app => (app.slug === slug))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
head() {
|
head() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue