Error in nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on '

904 阅读1分钟

element-ui 报错解决

Snipaste_2022-06-02_20-31-15.png


Error in nextTick: "InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': ';' is not a valid attribute name."
DOMException: Failed to execute 'setAttribute' on 'Element': ';' is not a valid attribute name.
  • 报错原因原因
                  <el-upload
                  :action="uploadFileOss"
                  :headers="{token}"
                  ;//这个地方多了个;注销就行了
                  list-type="picture-card"
                  :on-success="handleSuccess"
                >
                  <i class="el-icon-plus" />
                </el-upload>