mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:16:56 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -31,16 +31,22 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NcButton v-if="isUIAllowed('baseCreate', { roles: workspaceRoles ?? orgRoles }) && !isSharedBase"
|
||||
v-e="['c:base:create']" type="text" :size="size" :centered="centered" full-width @click="baseCreateDlg = true">
|
||||
<NcButton
|
||||
v-if="isUIAllowed('baseCreate', { roles: workspaceRoles ?? orgRoles }) && !isSharedBase"
|
||||
v-e="['c:base:create']"
|
||||
type="text"
|
||||
:size="size"
|
||||
:centered="centered"
|
||||
full-width
|
||||
@click="baseCreateDlg = true"
|
||||
>
|
||||
<slot>
|
||||
<div class="flex items-center gap-2 w-full">
|
||||
<GeneralIcon icon="ncPlusCircleSolid" />
|
||||
|
||||
<div class="flex flex-1">{{ $t('title.createBase') }}</div>
|
||||
|
||||
<div
|
||||
class="px-1 flex-none text-bodySmBold !leading-[18px] text-nc-content-gray-subtle bg-nc-bg-gray-medium rounded">
|
||||
<div class="px-1 flex-none text-bodySmBold !leading-[18px] text-nc-content-gray-subtle bg-nc-bg-gray-medium rounded">
|
||||
{{ renderAltOrOptlKey(true) }} D
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user