在 Vue3 开发中出现如下警告信息[Vue warn]: Component inside Transition renders non-element root node that cannot be animated.处理策略确保组件的模板中有且只有一个根节点templatediv!-- 组件内容 --/div/template
Vue3 警告信息:Component inside <Transition> renders non-element root node that cannot be animated.
在 Vue3 开发中出现如下警告信息[Vue warn]: Component inside Transition renders non-element root node that cannot be animated.处理策略确保组件的模板中有且只有一个根节点templatediv!-- 组件内容 --/div/template