Sign in
fuchsia
/
third_party
/
github.com
/
project-chip
/
zap
/
HEAD
/
.
/
src
/
layouts
/
ConfigLayout.vue
blob: 697a178db0ee52dd70b72766d76a2b20a29aeee7 [
file
] [
log
] [
blame
]
<template>
<q-layout
view
=
"hHh Lpr lff"
>
<div
class
=
"full-width absolute-top q-electron-drag"
style
=
"
height
:
50px
"
></div>
<q-page-container>
<router-view
/>
</q-page-container>
</q-layout>
</template>