最近项目中总是遇到一个报错 这个问题会导致项目中所有弹出菜单打开时都会报这个错误 经查,导致这个问题产生的原因是 element-ui中el-dropdown下需要至少一个el-dropdown-menu元素,如果没有,就会引发该错误 <el-dropdownclass="avue-tags__menu"><el-buttonclass="classFirst"@click.native="closeAllTags">返回...
封装request import axios from 'axios'const request = axios.create({baseURL: 'http://localhost:9090', // 注意!! 这里是全局统一加上了 '/api' 前缀,也就是说所有接口都会加上'/api'前缀在,页面里面写接口的时候就不要加 '/api'了,否则会出现2个'/api',类似 '/api/api/user'这样的报错,切记!
<el-dropdown @command="handleCommand"> <span class="el-dropdown-link"> {{ all_city }}<i class="el-icon-arrow-down el-icon--right" /> </span> <el-dropdown-menu slot="dropdown" align="center"> <el-dropdown-item v-for="item in all_city_list" :key="item.value" :command="...
<el-dropdown-menu slot="dropdown"> <el-dropdown-item><i class="my-icon icon-folder"></i><span>创建文件夹</span></el-dropdown-item> <el-dropdown-item><i class="my-icon icon-document"></i><span>创建文档</span></el-dropdown-item> <el-dropdown-item><i class="my-icon icon...
在el-popconfirm 上不使用 slot 的数据时一切都正常,我怀疑是 el-dropdown 或者是 Vue 的插槽机制导致的问题 commented looks like this issue has been fix at 2.2.0 这个问题在2.2.0疑似已被修正 Greeseacompleted Still reproduced. See theplayground. Be careful it may require sometimes 20 click to repr...
万码学堂可能是中国最靠谱的IT培训机构。我们希望能通过我们的不懈努力,让更多年轻人能从事自己喜欢的...
Bug Type: Component Environment Vue Version: 3.5.1 Element Plus Version: 2.8.2 Browser / OS: Firefox/130.0/Windows NT 10.0; Win64; x64; rv:130.0 Build Tool: Vite Reproduction Related Component el-select-v2 Reproduction Link Docs Steps to...