码迷,mamicode.com
首页 > 其他好文 > 详细

vue 的DOMException问题

时间:2019-12-26 12:58:38      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:标签   错误   nbsp   导致   element   工具   cli   管理   time   

开发中遇见了

 

vue.runtime.esm.js:1888 DOMException: Failed to execute ‘setAttribute‘ on ‘Element‘: ‘)‘ is not a valid attribute name.
at baseSetAttr (http://localhost:3000/app.js:36065:8)
at setAttr (http://localhost:3000/app.js:36040:5)
at Array.updateAttrs (http://localhost:3000/app.js:35995:7)
at invokeCreateHooks (http://localhost:3000/app.js:35349:22)
at createElm (http://localhost:3000/app.js:35236:11)
at createChildren (http://localhost:3000/app.js:35333:9)
at createElm (http://localhost:3000/app.js:35234:9)
at VueComponent.patch [as __patch__] (http://localhost:3000/app.js:35757:7)
at VueComponent.Vue._update (http://localhost:3000/app.js:33229:19)
at VueComponent.updateComponent (http://localhost:3000/app.js:33350:10)

 

 

这样的一个问题,都不能具体定位到错误的位置,后来通过代码管理工具对比代码才发现

 

    <li class="unselect-item" @click="more" )>更多筛选</li>
 
这段代码多了一个右括号导致问题出现,再网上看了一些人遇见的问题,有的是标签属性多了个豆号什么的,所以一旦出现DOMException这样的问题,可以先从标签上看一下是不是哪里多写了或者写错了什么东西导致的问题出现,从标签开始排查

vue 的DOMException问题

标签:标签   错误   nbsp   导致   element   工具   cli   管理   time   

原文地址:https://www.cnblogs.com/llcdbk/p/12101418.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!