vbenjs / vue-vben-admin

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
https://www.vben.pro
MIT License
25.4k stars 6.91k forks source link

Bug: 创建新页面跳转路由显示空白 #4910

Closed haioa closed 2 days ago

haioa commented 4 days ago

Version

Vben Admin V5

Describe the bug?

新页面代码

<template>user</template>

image image

Reproduction

bug

System Info

win

Relevant log output

No response

Validations

mynetfan commented 4 days ago

用div将user包裹起来。

<template>
  <div>user</div>
</template>

要使用路由切换动画,子页面必须有且仅能有一个根节点。如果不启用路由动画就没有这个限制。

aonoa commented 2 days ago

https://doc.vben.pro/guide/other/faq.html#页面切换后页面空白