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 |
Tags
- array
- app.post
- code-push-standalone
- 페이지네이션
- 타입스크립트
- 이진탐색
- supabase 페이지네이션
- 스크롤이벤트
- react
- supabase auth
- Filter
- 슬라이딩윈도우
- meatadata
- interface
- generic
- reactnative
- supabase authentication
- xlsx-js-style
- 코드푸시
- 글또10기x코드트리
- set
- extends
- javascript
- 상속
- TS
- async
- Spring
- map
- codepush
- Next.js
Archives
- Today
- Total
목록vue props (1)
rhanziy
Vue - component 만들기, 데이터 props전달
길고 복잡한 HTML 덩어리를 한줄로 축약하려면 Component화 시키면 된다. .vue파일을 새로 만들어서 HTML 작성하고 1. 만든 .vue파일 import하기 2. component에 등록하기 3. 가져다 쓰기 component 파일 작명할 때 주의점 🔽 더보기 컴포넌트.vue 작명은 2단어 이상으로 작명하자. 안그러면 에러발생ㅠ ex) MyDiscount 작명은 카멜형식 이게 귀찮으면 vue.config.js 파일 열어서 lintOnSave : false 하고 서버 재가동하거나 const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ // transpileDependencies: true, lintO..
study
2023. 6. 18. 23:54