Initial commit

This commit is contained in:
2023-09-16 22:11:34 +02:00
parent 2d458f08f3
commit 7972ad66a8
8 changed files with 710 additions and 26 deletions
+8 -1
View File
@@ -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>