From 1cbf245a2f50c03532d191617d7df54050eb20f9 Mon Sep 17 00:00:00 2001
From: shikong <919411476@qq.com>
Date: Fri, 25 Oct 2024 19:59:53 +0800
Subject: [PATCH] =?UTF-8?q?6.=20=E8=A1=A8=E5=8D=95=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E7=BB=91=E5=AE=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.js | 3 ++
src/components/InputComponent.js | 48 ++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
create mode 100644 src/components/InputComponent.js
diff --git a/src/App.js b/src/App.js
index 7a56145..50a9bc6 100644
--- a/src/App.js
+++ b/src/App.js
@@ -2,6 +2,7 @@ import React from "react";
// import logo from './logo.svg';
import './App.css';
+import InputComponent from "./components/InputComponent";
function App() {
// vue3 组合式 API
// React 必须大写 Pascal 命名 组件
@@ -195,6 +196,8 @@ function App() {