Compare commits
2 Commits
fc1c78b90c
...
f141560e62
| Author | SHA1 | Date | |
|---|---|---|---|
| f141560e62 | |||
| 85ab9e1443 |
@@ -1,6 +1,6 @@
|
|||||||
# PlantasCalc (plantas)
|
# PlantasCalc (plantas)
|
||||||
|
|
||||||
Cálculo de los días de riego de mis l
|
Cálculo de los días de riego de mis plantas
|
||||||
|
|
||||||
## Install the dependencies
|
## Install the dependencies
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -1,21 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div class="fullscreen bg-blue text-white text-center q-pa-md flex flex-center">
|
||||||
class="fullscreen bg-blue text-white text-center q-pa-md flex flex-center"
|
|
||||||
>
|
|
||||||
<div>
|
<div>
|
||||||
<div style="font-size: 30vh">404</div>
|
<div style="font-size: 30vh">404</div>
|
||||||
|
|
||||||
<div class="text-h2" style="opacity: 0.4">Oops. Nothing here...</div>
|
<div class="text-h2" style="opacity: 0.4">Oops. Nothing here...</div>
|
||||||
|
|
||||||
<q-btn
|
<q-btn class="q-mt-xl" color="white" text-color="blue" unelevated to="/" label="Go Home" no-caps />
|
||||||
class="q-mt-xl"
|
|
||||||
color="white"
|
|
||||||
text-color="blue"
|
|
||||||
unelevated
|
|
||||||
to="/"
|
|
||||||
label="Go Home"
|
|
||||||
no-caps
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -1,13 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex flex-center">
|
<div class="flex flex-center">
|
||||||
<h5 class="q-py-xl">{{ fecha }}</h5>
|
<h5 class="q-py-xl">{{ fecha }}</h5>
|
||||||
<q-btn
|
<q-btn class="fixed-center" color="deep-orange" glossy label="Calcular" @click="calcular()"></q-btn>
|
||||||
class="fixed-center"
|
|
||||||
color="deep-orange"
|
|
||||||
glossy
|
|
||||||
label="Calcular"
|
|
||||||
@click="calcular()"
|
|
||||||
></q-btn>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user