mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:16:49 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { type IntegrationCategoryType, SyncDataType, clientTypes as _clientTypes } from '#imports'
|
||||
import type { type IntegrationCategoryType, SyncDataType, clientTypes as _clientTypes } from '#imports'
|
||||
|
||||
const props = defineProps<{
|
||||
open: boolean
|
||||
|
||||
@@ -3,11 +3,11 @@ interface Props {
|
||||
// Define your props here
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
withDefaults(defineProps<Props>(), {
|
||||
// Set default prop values here
|
||||
})
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
<template><span class="hidden"></span></template>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user