当前位置:   article > 正文

解决 Runtime directive used on component with non-element root node. The directives will not function

runtime directive used on component with non-element root node. the directiv

问题:

控制台警告:Runtime directive used on component with non-element root node. The directives will not function as intended.

运行时指令,用于非元素根节点的组件。这些指令将无法发挥预期的作用。

解决:

查看项目里的v-show、v-if、v-loading,外面包一层template或者div

  1. <leftCollapse v-if="device !== 'mobile'" :is-active="pureApp.sidebar.opened" @toggle-click="toggleSideBar" />