mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Get config from prop instead of definition
This commit is contained in:
parent
ab11d74bfd
commit
3ac2653443
2 changed files with 9 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ import AppTestPage from '~/pages/apple-silicon-app-test.vue'
|
|||
|
||||
// Full Astro Component Syntax:
|
||||
// https://docs.astro.build/core-concepts/astro-components/
|
||||
|
||||
---
|
||||
<Layout
|
||||
headOptions={ {
|
||||
|
|
@ -26,6 +27,7 @@ import AppTestPage from '~/pages/apple-silicon-app-test.vue'
|
|||
>
|
||||
|
||||
<AppTestPage
|
||||
config={ global.$config }
|
||||
client:load
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue