src/Test.js
import React from ‘react‘; function Test() { return ( <div> test </div> ); } export default Test;
src/index.js中引入组件Test
页面中效果
原文地址:https://www.cnblogs.com/chenyingying0/p/12685470.html
时间: 2024-10-11 19:38:14
src/Test.js
import React from ‘react‘; function Test() { return ( <div> test </div> ); } export default Test;
src/index.js中引入组件Test
页面中效果
原文地址:https://www.cnblogs.com/chenyingying0/p/12685470.html