import tpl from './layer.tpl';
ERROR in ./src/components/layer/layer.js
Module not found: Error: Can't resolve './layer.tpl' in
文件错了,是layer.html,不是layer.tpl 正确:import tpl from './layer.html';
文件错了,是layer.html,不是layer.tpl 正确:import tpl from
'./layer.html'
;
报错很明显,找不到layer.tpl,要不就是没有这个文件,要不就是路径写错了