在做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 即可请添加图片描述

请添加图片描述

Logo

前往低代码交流专区

更多推荐