chore(nc-gui): lint

This commit is contained in:
Wing-Kam Wong
2023-01-26 10:57:09 +08:00
parent c6039e3536
commit 4a669461d7
3 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import type { ComputedRef } from 'vue'
import type { GridType } from 'nocodb-sdk'
import JsBarcodeWrapper from './JsBarcodeWrapper.vue'
import { ComputedRef } from 'vue'
import { GridType } from 'nocodb-sdk'
import { ActiveViewInj } from '#imports'
const maxNumberOfAllowedCharsForBarcodeValue = 100