logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

关于img标签的src如何使用变量

题主一开始在img标签中的src加入了变量,报了404的错误然后问了同学,同学告知是因为img把变量认为是常量了,查了大概二十分钟,发现只需要src前面加个冒号,就能解决问题。vue 的v-bind因为觉得是很简单的问题,但是查了很久才查到结果,所以记录下来,如果有人搜索到的话可以更快的帮助到想解决问题的人...

文章图片
#前端
Error in v-on handler: “ReferenceError:xxx is not defined

一级标题[Vue warn]: Error in v-on handler: “ReferenceError: xxx is not defined”found in.在网上查了一下,发现大家大部分都是未将xxx传入该组件。参考:https://blog.csdn.net/qq_41672008/article/details/89203991或者是因为子传父中 父元素接受数据的时候没有传参数。参

#前端
vue引入element后打开页面报错Uncaught TypeError: Cannot read properties of undefined(reading ‘prototype‘)

vue引入elementUi后打开页面报错Uncaught TypeError: Cannot read properties of undefined(reading ‘prototype‘)

#vue.js#javascript#前端
到底了