format with volar(vue-language-server)

This commit is contained in:
2023-06-10 17:14:48 +02:00
parent 85ab9e1443
commit f141560e62
2 changed files with 3 additions and 19 deletions

View File

@@ -1,21 +1,11 @@
<template>
<div
class="fullscreen bg-blue text-white text-center q-pa-md flex flex-center"
>
<div class="fullscreen bg-blue text-white text-center q-pa-md flex flex-center">
<div>
<div style="font-size: 30vh">404</div>
<div class="text-h2" style="opacity: 0.4">Oops. Nothing here...</div>
<q-btn
class="q-mt-xl"
color="white"
text-color="blue"
unelevated
to="/"
label="Go Home"
no-caps
/>
<q-btn class="q-mt-xl" color="white" text-color="blue" unelevated to="/" label="Go Home" no-caps />
</div>
</div>
</template>

View File

@@ -1,13 +1,7 @@
<template>
<div class="flex flex-center">
<h5 class="q-py-xl">{{ fecha }}</h5>
<q-btn
class="fixed-center"
color="deep-orange"
glossy
label="Calcular"
@click="calcular()"
></q-btn>
<q-btn class="fixed-center" color="deep-orange" glossy label="Calcular" @click="calcular()"></q-btn>
</div>
</template>