9 lines
175 B
Vue
9 lines
175 B
Vue
|
<template>
|
||
|
<q-page padding>
|
||
|
<q-card>
|
||
|
<q-card-section class="row"> </q-card-section>
|
||
|
<q-card-section> </q-card-section>
|
||
|
</q-card>
|
||
|
</q-page>
|
||
|
</template>
|