Update Tailwind 3

This commit is contained in:
pasqualevitiello
2021-12-13 17:43:42 +01:00
parent 41b856bcc1
commit 8c1ad8e21e
27 changed files with 147 additions and 388 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<div ref="chartDeviation" class="text-sm font-semibold text-white px-1.5 rounded-full"></div>
</div>
</div>
<div class="flex-grow">
<div class="grow">
<canvas ref="canvas" :data="data" :width="width" :height="height"></canvas>
</div>
</template>