日常憨憨报错,Taro的项目报错确实不清晰 找了半天,记录一下
Failed to construct 'Image': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
像上面这种错误都是使用了元素,但没有import到文件导致。
解决:
import {View , Text , Button, Image } from '@tarojs/components'
晚点再汇总一下学习taro过程遇到的一些坑