mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 21:56:57 +00:00
refactor(gui): linting
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
<template>
|
||||
<div class="h-100" style="overflow: auto">
|
||||
<v-container class="h-100 d-flex align-center justify-center">
|
||||
<v-alert outlined color="success" icon="mdi-information-outline" >Available in Enterprise edition</v-alert>
|
||||
<v-alert outlined color="success" icon="mdi-information-outline">
|
||||
Available in Enterprise edition
|
||||
</v-alert>
|
||||
</v-container>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import dayjs from 'dayjs';
|
||||
import dayjs from 'dayjs'
|
||||
|
||||
const relativeTime = require('dayjs/plugin/relativeTime')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
@@ -15,7 +17,7 @@ dayjs.extend(utc)
|
||||
dayjs.extend(relativeTime)
|
||||
|
||||
export default {
|
||||
name: "audit",
|
||||
name: 'Audit'
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user