added header, footer, eslint/prettier, and typedoc
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: achievements
|
||||
</div>
|
||||
<div>Page: achievements</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: gallery
|
||||
</div>
|
||||
<div>Page: gallery</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: index
|
||||
</div>
|
||||
<div>Page: index</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: sera
|
||||
</div>
|
||||
<div>Page: sera</div>
|
||||
</template>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Page: index
|
||||
<NewsList />
|
||||
</div>
|
||||
<div>
|
||||
Page: index
|
||||
<NewsList />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Page: news/[article]
|
||||
</div>
|
||||
<div>Page: news/[article]</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Page: news/index
|
||||
</div>
|
||||
<div>Page: news/index</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: cansat
|
||||
</div>
|
||||
<div>Page: cansat</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: edu-robot
|
||||
</div>
|
||||
<div>Page: edu-robot</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: index
|
||||
</div>
|
||||
<div>Page: index</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: kosen-x
|
||||
</div>
|
||||
<div>Page: kosen-x</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: rocket
|
||||
</div>
|
||||
<div>Page: rocket</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user