mirror of https://github.com/nocodb/nocodb
Wing-Kam Wong
1 year ago
9 changed files with 37 additions and 42 deletions
@ -1,15 +1,13 @@ |
|||||||
<template> |
|
||||||
<div class="p-4"> |
|
||||||
<!--<WorkspaceProjectList />--> |
|
||||||
</div> |
|
||||||
</template> |
|
||||||
|
|
||||||
<script> |
<script> |
||||||
export default { |
export default { |
||||||
name: "index" |
name: 'Index', |
||||||
} |
} |
||||||
</script> |
</script> |
||||||
|
|
||||||
<style scoped> |
<template> |
||||||
|
<div class="p-4"> |
||||||
|
<!-- <WorkspaceProjectList /> --> |
||||||
|
</div> |
||||||
|
</template> |
||||||
|
|
||||||
</style> |
<style scoped></style> |
||||||
|
Loading…
Reference in new issue