问题是为什么要加v-bind=“$attrs”
关于KaTeX parse error: Expected 'EOF', got '我' at position 6: attrs我̲的理解是,父组件的一些特性(a…attrs对象中,除了props和自定义事件这些特性!
默认情况下父组件写的class和style都会传承给到子组件的根元素。但是components/ThemeSelect/index文件有两个根元素。分别是和
<template>
<el-dropdown trigger="click" class="theme" @command="handleSetTheme">
...
</el-dropdown>
<!-- 展示弹出层 -->
<div>
...
</div>
</template>
所以需要v-bind=“$attrs”显示的将class绑定到
基于Vue3重写Vue-element-admin,打造后台前端综合解决方案
了解课程