Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- JWT
- 컴포넌트
- package.json
- Transform
- Vue
- 자바
- quasar
- 리액트
- Vue.js
- 유니티
- vue 로그인
- vue jwt
- 노드
- vue 앱만들기
- 이기적
- Unity
- 형변환
- Rigidbody
- 템플릿 리터럴
- 이기적 리눅스 마스터 2급
- npm start
- vue 독학
- axios
- Node.js
- 반복문
- 리눅스마스터2급
- for문
- React
- java
- Scanner
Archives
- Today
- Total
목록vue 메모 수정 (1)
나아가기

+추가를 통해 원하는 메모를 추가하는 기능 만들기 1. frontend 의 MemoView.vue 페이지의 2. backend의 index.js 페이지의 코드 추가 및 수정 app.put("/api/memos/:idx", (req, res) => { //console.log(req.idx); //console.log(req.body); memos[req.params.idx] = req.body.content; res.send(memos); });
Javascript/2022
2022. 11. 8. 11:41