vuetify组件在console报错"Vuetify Warning: Unable to locate target [data-app]"

问题

在vue中引用vuetify 的table组件,无法展示出来,且报错"Vuetify Warning: Unable to locate target [data-app]"

解决方案

在引入的标签添加 data-app="true"

<el-main class="xxxx" data-app="true">
</el-main>