mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
Use i18n-http-backend to load translatiosn from json files.
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
<template slot="button-content">
|
||||
<i class="material-icons">more_vert</i>
|
||||
</template>
|
||||
<b-dropdown-item @click="exportJson">Export</b-dropdown-item>
|
||||
<b-dropdown-item @click="openImportModal">Import</b-dropdown-item>
|
||||
<b-dropdown-item @click="exportJson">{{ $t('export') }}</b-dropdown-item>
|
||||
<b-dropdown-item @click="openImportModal">{{ $t('import') }}</b-dropdown-item>
|
||||
</b-dropdown>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user