File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ watch(ui.sidebar.sidebarWidth, () => {
2323})
2424
2525// Nuxt UI Portal element
26- const portal = ref <HTMLElement >()
26+ const appPortal = ref <HTMLElement >()
2727
2828const activeDocuments = ref <{ id: string , title: string }[]>([])
2929function detectActiveDocuments() {
@@ -80,7 +80,7 @@ router.beforeEach((to, from) => {
8080
8181<template >
8282 <div :class =" ui.colorMode.value" >
83- <UApp :portal =" portal " >
83+ <UApp :portal =" appPortal " >
8484 <AppLayout :open =" ui.isOpen.value" >
8585 <RouterView v-slot =" { Component }" >
8686 <Transition
@@ -145,7 +145,7 @@ router.beforeEach((to, from) => {
145145 </UFieldGroup >
146146 </div >
147147
148- <div ref =" portal " />
148+ <div ref =" appPortal " />
149149 </UApp >
150150 </div >
151151</template >
You can’t perform that action at this time.
0 commit comments