This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-12 09:03:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
98b20c45c8
Nuxt
/
examples
/
advanced
/
config-extends
/
app.config.ts
11 lines
131 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(nuxt): `app.config` with hmr and reactivity support (#6333) Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 15:23:13 +00:00
export
default
defineAppConfig
(
{
foo
:
'user'
,
bar
:
'user'
,
feat(nuxt): `app.config` improvements (#6905)
2022-08-24 16:35:02 +00:00
baz
:
'base'
,
array
:
[
'user'
,
'user'
,
'user'
]
feat(nuxt): `app.config` with hmr and reactivity support (#6333) Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-08-17 15:23:13 +00:00
}
)
Reference in New Issue
Copy Permalink