<script>
import ChildComp from './ChildComp.vue'
export default {
data(), computed:, methods:, mounted(), watch:,
components:, emits:, created()
{...}
}
</script>
Where to write vue.js script
<template> ... </template>
Where to write the "HTML" code
<style scoped> ... </style>
Where to write the CSS code
Applied to elements of the current component only
Comments