mirror of
				https://github.com/mokuappio/serverless-invoices.git
				synced 2025-10-31 01:41:07 -04:00 
			
		
		
		
	i18n
This commit is contained in:
		| @ -2,7 +2,7 @@ | ||||
|     <div> | ||||
|         <div class="row"> | ||||
|             <div class="col-12 mb-4 pr-0 d-flex justify-content-between"> | ||||
|                 <h4 class="mb-0">Invoices</h4> | ||||
|                 <h4 class="mb-0">{{ $t('title') }}</h4> | ||||
|                 <div> | ||||
|                     <button class="btn btn-sm btn-outline-dark" @click="createNewInvoice">New invoice</button> | ||||
|                     <b-dropdown variant="link" size="sm" no-caret right> | ||||
| @ -30,6 +30,7 @@ import InvoicesList from '@/components/invoices/InvoicesList'; | ||||
|  | ||||
| export default { | ||||
|   name: 'invoices', | ||||
|   i18nOptions: { namespaces: 'invoices' }, | ||||
|   components: { | ||||
|     InvoicesList, | ||||
|     BDropdown, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user