报错信息:The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.
但是图标会显示?请问怎么修改
你需要引入这个组件
然后再去使用,应该就可以了。
首先你要确保这三个东西都装了
然后,需要在main.js里面引入
然后你再使用应该就不会报错了。
npm官方文档
如果是nuxt项目,你可以找到
/layouts/default.vue
这个文件,在这个文件加入以下引入的代码,就可以了。亲试。