You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I need to add a prompt dialog and there is no way to add it only once.
I need to add the component to some home slot and also to a content slot.
Since the prompt is shown using position fixed I need to use also Teleport to move the component to the body.
Describe the solution you'd like
Instead adding the component twice just provide a layout slot to be included under the layout element.
Describe alternatives you've considered
No response
Additional context
The use case is for example when using PWA with prompt for update.
You can check the PR on the vite plugin pwa repo for New theme, check the index module on docs/.vitepress/theme folder and the ReloadPrompt.vue on components folder.
Is your feature request related to a problem? Please describe.
I need to add a prompt dialog and there is no way to add it only once.
I need to add the component to some home slot and also to a content slot.
Since the prompt is shown using position fixed I need to use also Teleport to move the component to the body.
Describe the solution you'd like
Instead adding the component twice just provide a layout slot to be included under the layout element.
Describe alternatives you've considered
No response
Additional context
The use case is for example when using PWA with prompt for update.
You can check the PR on the vite plugin pwa repo for New theme, check the index module on
docs/.vitepress/theme
folder and theReloadPrompt.vue
on components folder.Validations
The text was updated successfully, but these errors were encountered: