src/Test.js
import React from 'react'; function Test() { return ( <div> test </div> ); } export default Test;
src/index.js中引入组件Test
原文链接:https://www.f2er.com/react/881436.html
src/Test.js
import React from 'react'; function Test() { return ( <div> test </div> ); } export default Test;
src/index.js中引入组件Test
原文链接:https://www.f2er.com/react/881436.html