7e1aa5807d
add primary & secondary button & actionfield
12 lines
368 B
Vue
12 lines
368 B
Vue
<template>
|
|
<p class="m-10 text-center text-sm text-gray-400 dark:text-neutral-400">
|
|
{{ $t('client.empty') }}<br /><br />
|
|
<ClientsCreateDialog>
|
|
<BaseSecondaryButton as="span">
|
|
<IconsPlus class="w-4 md:mr-2" />
|
|
<span class="text-sm">{{ $t('client.new') }}</span>
|
|
</BaseSecondaryButton>
|
|
</ClientsCreateDialog>
|
|
</p>
|
|
</template>
|