mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 10:17:18 +00:00
refactor(gui): linting
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<template>
|
||||
<div class="h-100 w-100 d-flex align-center justify-center">
|
||||
<v-icon size="60">mdi-spin mdi-loading</v-icon>
|
||||
<v-icon size="60">
|
||||
mdi-spin mdi-loading
|
||||
</v-icon>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "callback"
|
||||
name: 'Callback'
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user