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.
27 lines
371 B
27 lines
371 B
<template> |
|
<div class=""> |
|
<!-- <div class="topbar">--> |
|
<!-- </div>--> |
|
<!-- <div class="sidebar">--> |
|
<!-- </div>--> |
|
<!-- <div class="content">--> |
|
|
|
|
|
<v-layout> |
|
<v-app-bar color=""></v-app-bar> |
|
<slot></slot> |
|
</v-layout> |
|
|
|
<!-- </div>--> |
|
</div> |
|
</template> |
|
|
|
<script> |
|
export default { |
|
name: "default" |
|
} |
|
</script> |
|
|
|
<style scoped> |
|
|
|
</style>
|
|
|