mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-24 01:19:58 +00:00
chore: add todo and go to sleep
This commit is contained in:
parent
202fe052f0
commit
00da0217ac
@ -1,6 +1,7 @@
|
||||
import { relative } from 'node:path'
|
||||
import { Teleport, defineComponent, h } from 'vue'
|
||||
import { useNuxtApp } from '#app'
|
||||
// todo import manifest in production
|
||||
|
||||
/**
|
||||
* component only used with componentsIsland
|
||||
@ -36,6 +37,7 @@ export default defineComponent({
|
||||
|
||||
islandContext.chunks[slot.type.__name] = path
|
||||
}
|
||||
// todo chunk path in production
|
||||
islandContext.propsData[props.to] = slot.props || {}
|
||||
// todo set prop in payload
|
||||
return () => {
|
||||
|
Loading…
Reference in New Issue
Block a user