mirror of https://github.com/nocodb/nocodb
Anbarasu
6 months ago
committed by
GitHub
4 changed files with 23 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
<script setup lang="ts"></script> |
||||
|
||||
<template></template> |
||||
|
||||
<style scoped lang="scss"></style> |
@ -0,0 +1,15 @@
|
||||
const useServerConfig = () => { |
||||
const getConfig = async () => {} |
||||
|
||||
const checkMaintenance = async () => {} |
||||
|
||||
const dismissMaintenance = () => {} |
||||
|
||||
return { |
||||
getConfig, |
||||
checkMaintenance, |
||||
dismissMaintenance, |
||||
} |
||||
} |
||||
|
||||
export default useServerConfig |
Loading…
Reference in new issue