vue项目运行时报错,报错信息:
WARNING Compiled with 1 warning
warning in ./src/components/ui/date-index.vue?vue&type=script&lang=js&
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
我在文件里搜索到的关于require的信息。见截图:
网上看的资料说的不清楚,不太懂是什么原因?该怎么解决呢?
手误写错了吧,这里应该是
required: true
。