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

home2 게시판 Vue 게시판 5강 숙제로 내주신 것 코드가 작동하지 않습니다

5강 숙제로 내주신 것 코드가 작동하지 않습니다

  • 이 주제에는 1개 답변, 2명 참여가 있으며 codingapple2 년 전에 전에 마지막으로 업데이트했습니다.
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
  • 글쓴이
  • #90496

    곽종범
    참가자
    신고버튼 3개 만들어오라고 하신 것 똑같이 작성했는데 저는 허위매물신고를 눌러도 신고수가 증가하지 않습니다.
    그 이유를 모르겠습니다.
    
    
    화면 캡처 2023-07-11 143448
    
     화면 캡처 2023-07-11 143520
     
    
    
    
    <template>
      <div>
        <div class="menu">
          {{ menuName }}
        </div>
        <div>
          <h4 class="red" :style="style1">{{ products[0] }}</h4>
          <p>50만원</p>
          <button @click="reportNumber[0]++">허위매물신고</button>
          <span>신고수 : {{ reportNumber[0] }}</span>
        </div>
        <div>
          <h4 class="red" :style="style1">{{ products[1] }}</h4>
          <p>60만원</p>
          <button @click="reportNumber[1]++">허위매물신고</button>
          <span>신고수 : {{ reportNumber[1] }}</span>
        </div>
        <div>
          <h4 class="red" :style="style1">{{ products[2] }}</h4>
          <p>70만원</p>
          <button @click="reportNumber[2]++">허위매물신고</button>
          <span>신고수 : {{ reportNumber[2] }}</span>
        </div>
      </div>
    </template>
    <script>
    export default {
      name: "App",
      data() {
        return {
          reportNumber: [1, 2, 3],
          price1: [60, 50, 70],
          style1: "color:red",
          products: ["역삼동원룸", "천호동원룸", "마포구원룸"],
          menuList: ["Home", "Shop", "About"],
        };
      },
      methods: {
        increaseReportNumber(index) {
          this.reportNumber[index]++;
        },
      },
      components: {},
    };
    </script>
    <style>
    #app {
      font-family: Avenir, Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      color: #2c3e50;
    }
    .menu {
      background: darkslateblue;
      padding: 15px;
      border-radius: 5px;
    }
    .menu a {
      color: white;
      padding: 10px;
    }
    </style>
     
    #90727

    codingapple
    키 마스터
    vue 설치할 때 2버전 설치하면 그렇습니다 새로만들어서 3버전 설치합시다
2 글 보임 - 1 에서 2 까지 (총 2 중에서)
  • 답변은 로그인 후 가능합니다.

About

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

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

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