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
7cc526ce69
Nuxt
/
examples
/
use-async-data
/
nuxt.config.ts
6 lines
95 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: export `defineNuxtConfig` from `nuxt3` and `@nuxt/bridge` (#669)
2021-10-06 12:31:52 +00:00
import
{
defineNuxtConfig
}
from
'nuxt3'
chore: add examples directory (#115)
2021-04-23 20:30:43 +00:00
export
default
defineNuxtConfig
(
{
feat(nuxt3): remove `<script setup>` transform and prefer top level await (#579) Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-09-30 18:19:55 +00:00
// vite: true
chore: add examples directory (#115)
2021-04-23 20:30:43 +00:00
}
)
Reference in New Issue
Copy Permalink