home

vue guide

v-for

$emit

부모창

자식창(컴포넌트)

자식창(컴포넌트)

watch

체크된 값

splice()

splice()

  • 하나도 제거하지 않고, 2번 인덱스에 "drum"과 "guitar" 추가

숫자 세자리 콤마 찍기

return String(val).replace(/\B(?=(\d{3})+(?!\d))/g, ',')

  • this.comma(number)
  • this.uncomma(number)

필터

const len = this.list.filter(e => e.check).length

slot 내용 없을시 비노출

return !!this.$slots.cont