- 博客(4)
- 收藏
- 关注
原创 vue3警告:Component inside <Transition> renders non-element root node that cannot be animated
vue3警告:Component inside <Transition> renders non-element root node that cannot be animated 的解决方法
2023-08-02 15:11:41 1397
原创 vue使用echart图数据渲染不出来引发的思考(Vue 不能检测对象属性的添加或删除)
今天在使用echart柱状图时,发现渲染不出数据,而我在控制台可以看到数据已经异步请求获取了。数据请求代码如下: getHistoryChartData:function() { const params = { project: this.selected_project_id } getHistorytaskchart(p...
2019-09-20 17:45:58 2301 1
原创 elementui表单验证踩坑日记
elementui表单验证踩坑日记1.在使用elementui的表单验证时,出现了如下情况,明明输入了字符,却仍然弹出验证错误提示栏。我们在使用elementui自带的表单验证时需要注意,需验证的表单项el-form-item要添加prop属性,而且表单项prop的名字必须和表单model传入对象的属性名一致,否则表单验证就会报错。表单属性model:表单项的prop:eleme...
2019-09-19 14:17:16 366 1
原创 vue中过滤器filters的this指向问题。
今天在完成一个时间戳转化时想试试vue的过滤器filters,代码如下:execute_time(time) { if (time === 0) return '/' else return this.getTime(time) }我发现报了个"TypeError: Cannot read property ‘getTime’ of undefined",我第...
2019-09-10 11:11:00 26276 10
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人