Cleanup
This commit is contained in:
parent
d5b9fa6a33
commit
dd4fd199d3
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<svg :viewBox="`0 0 21 7`">
|
||||
<svg viewBox="0 0 21 7">
|
||||
<rect v-for="record in data" class="day"
|
||||
width="1" height="1"
|
||||
:x="record.x" :y="record.date.weekday"
|
||||
|
|
Loading…
Reference in New Issue