clay commit : index init
This commit is contained in:
15
src/views/index/components/academy_and_sciences.vue
Normal file
15
src/views/index/components/academy_and_sciences.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
科学 学术
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "academy_and_sciences"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
15
src/views/index/components/announcements.vue
Normal file
15
src/views/index/components/announcements.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
通知公告
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "announcements"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
15
src/views/index/components/carousel.vue
Normal file
15
src/views/index/components/carousel.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div style="width: 1000px; height: 1000px; background-color:red; font-size: 100px; color: white">
|
||||
轮播
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "shuffling"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
13
src/views/index/components/undergraduate_and_graduate.vue
Normal file
13
src/views/index/components/undergraduate_and_graduate.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "undergraduate_and_graduate"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user