mirror of https://github.com/nocodb/nocodb
Braks
2 years ago
committed by
Pranav C
3 changed files with 22 additions and 4 deletions
@ -0,0 +1,14 @@
|
||||
<script lang="ts" setup> |
||||
import type { ProjectType } from 'nocodb-sdk' |
||||
import { navigateTo } from '#app' |
||||
|
||||
interface Props { |
||||
projects: ProjectType[] |
||||
} |
||||
|
||||
const props = defineProps<Props>() |
||||
</script> |
||||
|
||||
<template> |
||||
<div>List view</div> |
||||
</template> |
Loading…
Reference in new issue