This commit is contained in:
15
src/components/WeekNumber.vue
Normal file
15
src/components/WeekNumber.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div>
|
||||
<h1>
|
||||
WeekNumber
|
||||
</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
h1 {
|
||||
font-weight: 500;
|
||||
font-size: 5rem;
|
||||
top: -10px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user