<template>
<div>
</div>
</template>
<script>
// import
export default {
name: 'ComponentName',
components: {
},
props: {
},
data() {
return {
};
},
computed: {
},
watch: {
},
mounted() {
},
methods: {
},
};
</script>
<style scoped></style>
'Vue' 카테고리의 다른 글
v-if="item" vs v-if="!!item" (0) | 2024.11.28 |
---|---|
입력값 검증 메서드 (0) | 2024.11.27 |
뷰포트 (1) | 2024.11.11 |
vsCode에서 vue, f12 작동 안함 -- jsconfig.js (0) | 2024.11.07 |
체크박스 관리 (0) | 2024.11.01 |