This website requires JavaScript.
Explore
Help
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-29 17:07:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5cf293ea88
Nuxt
/
examples
/
async-data
/
nuxt.config.ts
6 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: add examples directory (#115)
2021-04-23 20:30:43 +00:00
import
{
defineNuxtConfig
}
from
'@nuxt/kit'
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