• 로그인
  • 장바구니에 상품이 없습니다.

home2 게시판 Node.js, Express 게시판 정의 하기

정의 하기

6 글 보임 - 1 에서 6 까지 (총 6 중에서)
  • 글쓴이
  • #44183

    유용환
    참가자
    <form id="contact" action="" method="post">
                <fieldset>
                  <input placeholder="글 제목" type="text" tabindex="1" v-model="$store.state.user_title"  required autofocus>
                </fieldset>
                <fieldset>
                  <textarea placeholder="글 내용" tabindex="5" v-model="$store.state.user_content" required></textarea>
                </fieldset>
                <fieldset>
                  <button name="submit" type="submit" id="contact-submit" @click="more">Submit</button>
                </fieldset>
                
              </form>
    
    user_title : '',
          user_content : '', => store.js
    
    
    
    methods : {
        more(){
          db.collection('user_post').doc('posting').set({title : $store.state.user_title, story : $store.state.user_content})
        }
      }
    
    이렇게 하면 
     92:7 error 'db' is not defined no-undef  92:62 error '$store' is not defined no-undef  92:95 error '$store' is not defined no-undef 
    이런 오류가 나오는데 문법이 틀린건가요
    파이어베이스 관련 검색해도 안나오네요
    그리고 main.js에 db사용할수있게 export const db = firebase.firestore(); 이렇게 해놓았는데 왜 정의가 안된다고 나오는건가요
    #44267

    codingapple
    키 마스터
    db라는 변수를 import 문법으로 가져옵시다 
    함수정의부분 안에선 this.$store 라고 씁시다
    #44305

    유용환
    참가자
    추가질문으로 위의 코드에서 v-model로 사용자가 입력한값을 store.js에 저장한후 그것을 파이어베이스 데이터베이스에 저장하려고
    하는데 위의 방식으로 하면 아무것도 안나옵니다. 어떤부분이 잘못된건가요
    
    #44338

    codingapple
    키 마스터
    파이어베이스에 먼저 저장하고 그게 완료되면 store에 보관해봅시다
    #44344

    유용환
    참가자
    콘솔로 결과를 출력해보면 잘 나오는데 이상하게 파이어비이스 데이터 베이스를 보면 데이터가 안올라와 있는데
    db.collection('user_post').doc('posts').set({title : this.$store.state.user_title
            , content : this.$store.state.user_content})
    
    이 코드에서 변수에 있는 값이 안가지는것 같은데 중간에 변수넣을려면 어떻게 해야하나요
    백틱 기호넣고 ${변수} 이렇게 해도 안되네요
    #44371

    codingapple
    키 마스터
    맞는 문법입니다 this.$store.state.user_title 이게 잘있는지 출력해봅시다
    
6 글 보임 - 1 에서 6 까지 (총 6 중에서)
  • 답변은 로그인 후 가능합니다.

About

현재 월 700명 신규수강중입니다.

  (09:00~20:00) 빠른 상담은 카톡 플러스친구 코딩애플 (링크)
  admin@codingapple.com
  이용약관, 개인정보처리방침
ⓒ Codingapple, 강의 예제, 영상 복제 금지
top

© Codingapple, All rights reserved. 슈퍼로켓 에듀케이션 / 서울특별시 강동구 고덕로 19길 30 / 사업자등록번호 : 212-26-14752 온라인 교육학원업 / 통신판매업신고번호 : 제 2017-서울강동-0002 호 / 개인정보관리자 : 박종흠