Vue3 中使用 teleport 将 keep-alive 包裹在根 div 中
在 Vue 3 中,可以使用 `
- 在根组件中,添加一个 `
`,并设置 `to` 属性为 `body`,表示将组件渲染到 `body` 元素中。 - 在 `index.html` 中添加一个空的根 `div`,这个 `div` 将会被 `
` 渲染到。
My App
这样就可以将 `
原文地址: https://www.cveoy.top/t/topic/lNpG 著作权归作者所有。请勿转载和采集!