File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
src/content/reference/react Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -90,23 +90,16 @@ function Thread({ messages, sendMessageAction }) {
9090 return (
9191 <>
9292 < form action= {formAction} ref= {formRef}>
93- < input type= " text" name= " message" placeholder= " Hello! " / >
94- < button type= " submit" > Send < / button>
93+ < input type= " text" name= " message" placeholder= " 你好! " / >
94+ < button type= " submit" > 发送 < / button>
9595 < / form>
9696 {optimisticMessages .map ((message , index ) => (
9797 < div key= {index}>
9898 {message .text }
9999 {!! message .sending && < small> (发送中……)< / small> }
100100 < / div>
101101 ))}
102- <<<<<< < HEAD
103- < form action= {formAction} ref= {formRef}>
104- < input type= " text" name= " message" placeholder= " 你好!" / >
105- < button type= " submit" > 发送< / button>
106- < / form>
107- ====== =
108102
109- >>>>>> > d6c4c0fee514d06e329d08774bf2f37a7e4e594e
110103 < / >
111104 );
112105}
You can’t perform that action at this time.
0 commit comments