This repository has been archived on 2021-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
vuejs_course/2021-02-08 prj-cmp-01-start.../src/components/layout/TheHeader.vue

12 lines
135 B
Vue

<template>
<header>
<h1>One big application</h1>
</header>
</template>
<script>
export default {};
</script>
<style></style>