mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 14:37:05 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -9,14 +9,17 @@ defineProps<{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div role="button" class="nc-base-view-all-table-btn" :class="{
|
||||
disabled,
|
||||
'loading cursor-wait': isLoading,
|
||||
'cursor-pointer': !isLoading,
|
||||
}">
|
||||
<div
|
||||
role="button"
|
||||
class="nc-base-view-all-table-btn"
|
||||
:class="{
|
||||
disabled,
|
||||
'loading cursor-wait': isLoading,
|
||||
'cursor-pointer': !isLoading,
|
||||
}"
|
||||
>
|
||||
<div class="icon-wrapper">
|
||||
<a-skeleton-avatar v-if="isLoading" active shape="square"
|
||||
class="!h-full !w-full !children:(rounded-md w-8 h-8)" />
|
||||
<a-skeleton-avatar v-if="isLoading" active shape="square" class="!h-full !w-full !children:(rounded-md w-8 h-8)" />
|
||||
<slot v-else name="icon">
|
||||
<GeneralIcon v-if="icon" :icon="icon" />
|
||||
</slot>
|
||||
|
||||
Reference in New Issue
Block a user