mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 06:57:20 +00:00
12 lines
155 B
Vue
12 lines
155 B
Vue
<script>
|
|
export default {
|
|
name: 'General',
|
|
}
|
|
</script>
|
|
|
|
<template>
|
|
<NuxtLayout name="default">
|
|
<slot name="sidebar" />
|
|
</NuxtLayout>
|
|
</template>
|