【已解决】Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>

简介: Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>

问题

Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>

在这里插入图片描述

解决

p标签内只能包裹内联元素, 不能包裹块级元素.

两种解决方式:

  • 不用 p 标签
  • p 标签内使用内联元素

我这里组件是引用第三方的,不便修改,直接修改外部标签 p => div


over

相关文章
|
6月前
|
前端开发
解决el-descriptions的label-class-name不生效问题
解决el-descriptions的label-class-name不生效问题
861 0
|
6月前
|
前端开发 开发者
Warning: [antd: Breadcrumb] `Breadcrumb.Item and Breadcrumb.Separator` is deprecated. Please use `it
Warning: [antd: Breadcrumb] `Breadcrumb.Item and Breadcrumb.Separator` is deprecated. Please use `it
303 1
|
3月前
|
开发工具 git
Stylelint—— Expected class selector ".nut-popup--top" to be kebab-case selector-class-pattern
新项目制定规范接入了stylelint,并通过husky在git提交时去触发检测修复,因为使用的是NutUi,所以无法直接调整组件对应的类名称,只好在stylelint.config.js中加入相应的rules进行配置。
96 0
|
4月前
|
前端开发
前端使用 <el-descriptions>标签报错: <el-descriptions> - did you register the component correctly
前端使用 <el-descriptions>标签报错: <el-descriptions> - did you register the component correctly
304 0
|
前端开发
css中:nth-child()和nth-of-type有何区别详解
css中:nth-child()和nth-of-type有何区别详解
|
JavaScript
Element el-check 多选框详解
本文目录 1. 用途 2. 普通多选框 3. 带边框的多选框 4. 多选框组 5. 按钮样式的多选框组 6. 多选框组选中数量限制 7. 选项通过变量自动生成 8. 小结
966 0
Element el-check 多选框详解
|
移动开发 前端开发 JavaScript
关于$(&quot;:button&quot;) 选择器的理解
关于$(&quot;:button&quot;) 选择器的理解
316 0
|
前端开发
css选择器nth-child和nth-of-type区别
css选择器nth-child和nth-of-type区别
css选择器nth-child和nth-of-type区别
|
Web App开发 前端开发 Android开发
了解一下 ::target-text 选择器
了解一下 ::target-text 选择器
了解一下 ::target-text 选择器