This commit is contained in:
Satsuki Yanagi 2019-07-20 07:09:48 +09:00
parent d5b9fa6a33
commit dd4fd199d3
No known key found for this signature in database
GPG Key ID: F68E0DDD49AF6FB6
1 changed files with 1 additions and 1 deletions

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"