mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add devices to listing template
This commit is contained in:
parent
f83b0111b3
commit
d574d9fd7c
2 changed files with 38 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import {
|
|||
|
||||
import Aliases from '~/src/components/listing-parts/aliases.astro'
|
||||
import RelatedLinks from '~/src/components/listing-parts/related-links.astro'
|
||||
import Devices from '~/src/components/listing-parts/devices.astro'
|
||||
import RelatedVideos from '~/src/components/listing-parts/related-videos.astro'
|
||||
|
||||
import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue'
|
||||
|
|
@ -48,6 +49,10 @@ const details = new ListingDetails( listing )
|
|||
/>
|
||||
</div>
|
||||
|
||||
<Devices
|
||||
listing={ listing }
|
||||
/>
|
||||
|
||||
<RelatedVideos
|
||||
listing={ listing }
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue