mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 00:06:56 +00:00
fix: lint
This commit is contained in:
@@ -3,6 +3,12 @@ const apiPlugin = (nuxtApp) => {
|
||||
nuxtApp.provide('api', useApi().api)
|
||||
}
|
||||
|
||||
declare module '#app' {
|
||||
interface NuxtApp {
|
||||
$api: ReturnType<typeof createApiInstance>
|
||||
}
|
||||
}
|
||||
|
||||
export { apiPlugin }
|
||||
|
||||
export default defineNuxtPlugin(function (nuxtApp) {
|
||||
|
||||
Reference in New Issue
Block a user