Add teachers page
This commit is contained in:
parent
9ff0232d1a
commit
be9336bc47
5
src/pages/index.vue
Normal file
5
src/pages/index.vue
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<template>
|
||||||
|
<h1 class="text-12 text-center c-coolgray-700">
|
||||||
|
属于19预科2班的故事还未完结
|
||||||
|
</h1>
|
||||||
|
</template>
|
13
src/pages/teachers/index.vue
Normal file
13
src/pages/teachers/index.vue
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<h1 class="m-auto">
|
||||||
|
teachers
|
||||||
|
</h1>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user