UNPKG

@owdproject/core

Version:

Nuxt Desktop module for browser desktop experiences (windows, shell, apps)

16 lines (14 loc) 345 B
// support for controller-less windows // (for example: dummy windows in docs) export function handleWindowControllerProps(windowController: any) { if (windowController.instanced) { return windowController } return { ...windowController, ...windowController.config, state: { ...windowController.config, }, } }