mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
392 B
26 lines
392 B
<script> |
|
export default { |
|
name: 'Default', |
|
} |
|
</script> |
|
|
|
<template> |
|
<div class=""> |
|
<!-- <div class="topbar"> --> |
|
<!-- </div> --> |
|
<!-- <div class="sidebar"> --> |
|
<!-- </div> --> |
|
<!-- <div class="content"> --> |
|
|
|
<v-layout> |
|
<v-app-bar color="" /> |
|
<slot /> |
|
</v-layout> |
|
|
|
<!-- </div> --> |
|
</div> |
|
</template> |
|
|
|
<style scoped> |
|
|
|
</style>
|
|
|