使用elementUI时候产生的问题
Extraneous children found when component already has explicitly named default slot. These children will be ignored.
百度搜索后,有的人说是没有闭合尾标签
删除掉下面这个魔板标签就可以了,只去掉这个外层标签
<template #default>...</template>
当组件已显式命名为默认插槽时,找到了额外的子项。这些孩子将被忽视。 因为你写了默认插槽