expected a component class,got[object object]
自定義組件首字母需要大寫(xiě)Can't find variable: XXX(控件)
沒(méi)有import 控件
-
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got:......
Simulator Screen Shot 2017年6月1日 上午10.53.41.png
export 組件的時(shí)候:如果使用export default時(shí),對(duì)應(yīng)的import 語(yǔ)句不需要使用大括號(hào);不適用export default時(shí),對(duì)應(yīng)的import 語(yǔ)句要使用大括號(hào)
import {
Appstart
} from './resource/Appstart';
- 待發(fā)現(xiàn)...
