expected a component class,got[object object]
自定義組件首字母需要大寫Can't find variable: XXX(控件)
沒有import 控件
-
Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got:......
export 組件的時候:如果使用export default時鲫尊,對應(yīng)的import 語句不需要使用大括號看成;不適用export default時凿蒜,對應(yīng)的import 語句要使用大括號
import {
Appstart
} from './resource/Appstart';
- 待發(fā)現(xiàn)...