文件路徑 './layer.tpl' 錯(cuò)誤, tpl改為ejs正常?
import?tpl?from?'./layer.tpl';
ERROR in ./src/components/layer/layer.js
Module not found: Error: Can't resolve './layer.tpl' in
import?tpl?from?'./layer.tpl';
ERROR in ./src/components/layer/layer.js
Module not found: Error: Can't resolve './layer.tpl' in
2017-09-15
舉報(bào)
2018-10-24
文件錯(cuò)了,是layer.html,不是layer.tpl?? 正確:import?tpl?from?
'./layer.html'
;
2017-12-10
報(bào)錯(cuò)很明顯,找不到layer.tpl,要不就是沒有這個(gè)文件,要不就是路徑寫錯(cuò)了