mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 15:36:36 +00:00
14 lines
178 B
Vue
14 lines
178 B
Vue
<script>
|
|
export default {
|
|
name: 'General',
|
|
}
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<NuxtLayout name="default">
|
|
<slot name="sidebar" />
|
|
</NuxtLayout>
|
|
</div>
|
|
</template>
|