控制台没有 [Vue warn]: Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.
实际结果
[Vue warn]: Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.
at <TTabNav theme="normal" value=1 size="medium" ... >
at <TTabs default-value=1 >
at <Index onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {__v_skip: true} > >
at <KeepAlive include= (3) ['DashboardDetail', 'accountManage', 'billManage'] >
at <BaseTransition mode="out-in" appear=false persisted=false ... >
at <Transition name="fade" mode="out-in" >
at <RouterView key=0 >
at <Content>
at <TContent class="tdesign-starter-content-layout" >
at <TLayout class="tdesign-starter-layout" id="main-scroll-container" >
at <LayoutContent id="main-scroll-container" >
at <TContent>
at <TLayout>
at <TLayout key="side" class="t-layout--with-sider" >
at <Index class="light" onVnodeUnmounted=fn<onVnodeUnmounted> ref=Ref< Proxy(Object) {__v_skip: true} > >
at <RouterView key="zh_CN" class="light" >
at <TConfigProvider global-config= {pagination: {…}, cascader: {…}, calendar: {…}, transfer: {…}, timePicker: {…}, …} >
at <App>
tdesign-vue-next-starter 版本
1.9.5
重现链接
No response
重现步骤
期望结果
控制台没有 [Vue warn]: Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.
实际结果
框架版本
Vue(3.4.27)
浏览器版本
No response
系统版本
No response
Node版本
21.1.0
补充说明
No response