Initial commit
This commit is contained in:
+8
-1
@@ -5,11 +5,18 @@ import HelloWorld from './components/HelloWorld.vue'
|
||||
|
||||
<template>
|
||||
<header>
|
||||
Header
|
||||
Miniplan
|
||||
</header>
|
||||
|
||||
<RouterView />
|
||||
</template>
|
||||
|
||||
<style scoped lang="less">
|
||||
header{
|
||||
display: flex;
|
||||
padding: 20px 32px;
|
||||
border-bottom: 1px solid #d7d5d5;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user