This commit is contained in:
Satsuki Yanagi
2019-07-20 07:09:48 +09:00
parent d5b9fa6a33
commit dd4fd199d3

View File

@@ -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"