Commit ce9c33b4 authored by 黄媛媛's avatar 黄媛媛

11

parent 40097aea
......@@ -11,12 +11,5 @@ export default {
</script>
<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}
</style>
<template>
<div class="homeIndex">
<div class="head">
</div>
</div>
</template>
<script>
export default {
name: 'homeIndex'
}
</script>
<style>
.homeIndex .head{
}
</style>
......@@ -10,6 +10,11 @@ export default new Router({
path: '/',
name: 'HelloWorld',
component: HelloWorld
},
{
path: '/homeIndex',
name: 'homeIndex',
component: resolve => require(['@/components/homeIndex'], resolve),
}
]
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment