generated from maochaoying/dreamworks-frontend-template
5 changed files with 92 additions and 8 deletions
-
6src/App.vue
-
BINsrc/assets/img/tab/shiyan2.png
-
81src/pages/Home.vue
-
9src/pages/Main.vue
-
4src/router/index.js
@ -1,7 +1,9 @@ |
|||
<script setup></script> |
|||
<script setup> |
|||
import Home from '@/pages/Home' |
|||
</script> |
|||
|
|||
<template> |
|||
<router-view></router-view> |
|||
<Home /> |
|||
</template> |
|||
|
|||
<style scoped></style> |
After Width: 30 | Height: 30 | Size: 552 B |
@ -0,0 +1,9 @@ |
|||
<template> |
|||
<div>main</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default {} |
|||
</script> |
|||
|
|||
<style></style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue