Sign in
fuchsia
/
third_party
/
github.com
/
project-chip
/
zap
/
HEAD
/
.
/
src
/
layouts
/
PreferencePageLayout.vue
blob: 687df560004257c1ff870a27d3757957df368fba [
file
] [
log
] [
blame
]
<template>
<q-page
padding
>
<div
class
=
"text-h4 q-mb-md"
>
<slot
name
=
"title"
></slot>
</div>
<q-card
flat
class
=
"q-px-xl q-py-lg q-rounded-borders-xl"
>
<slot></slot>
</q-card>
</q-page>
</template>