vue.js:634 [Vue warn]: Error in v-on handler: “TypeError: $(...).setAttribute is not a function“
在做springboot项目时 :前端代码出现:vue.js:634 [Vue warn]: Error in v-on handler: “TypeError: $(…).setAttribute is not a function”(found in )warn @ vue.js:634logError @ vue.js:1893globalHandleError @ vue.js:1888h
在做springboot项目时 :
前端代码出现:
vue.js:634 [Vue warn]: Error in v-on handler: “TypeError: $(…).setAttribute is not a function”
(found in )
warn @ vue.js:634
logError @ vue.js:1893
globalHandleError @ vue.js:1888
handleError @ vue.js:1848
invokeWithErrorHandling @ vue.js:1871
invoker @ vue.js:2188
original._wrapper @ vue.js:7547
vue.js:1897 TypeError: $(…).setAttribute is not a function
at Vue.sendCode (register.html:108)
at invokeWithErrorHandling (vue.js:1863)
at HTMLInputElement.invoker (vue.js:2188)
at HTMLInputElement.original._wrapper (vue.js:7547)
错误
把代码中的 setAttribute 修改为 attr 即可
更多推荐
所有评论(0)