git clone from github

This commit is contained in:
chiayin
2023-01-31 13:38:00 +08:00
commit cd074c3c04
28 changed files with 11030 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<template>
<header>
<Header />
</header>
<h1>這是 MainContainer </h1>
</template>
<script>
import Header from "./header/index.vue"
export default {
components: {
Header,
},
};
</script>