mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 04:07:15 +00:00
feat(nc-gui): add useEeConfig shared composable
This commit is contained in:
10
packages/nc-gui/composables/useEeConfig.ts
Normal file
10
packages/nc-gui/composables/useEeConfig.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const useEeConfig = createSharedComposable(() => {
|
||||
const getLimit = (..._args: any[]) => {}
|
||||
|
||||
const getFeature = (..._args: any[]) => {}
|
||||
|
||||
return {
|
||||
getLimit,
|
||||
getFeature,
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user