Merge pull request #114 from WebTools-NG/#79-ET--Export-to-xlsx-as-well

Fix #96
This commit is contained in:
Tommy Mikkelsen 2020-08-18 23:20:51 +02:00 committed by GitHub
commit 57247609fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
<script>
const log = require('electron-log');
import '@fortawesome/fontawesome-free/css/all.css'
import etIcon from '@/assets/ET-256.png';
import i18n from '../../i18n'
export default {
data() {
@ -27,7 +28,12 @@ import i18n from '../../i18n'
{
href: { path: '/export' },
title: 'Export',
icon: 'fas fa-file-export',
// icon: 'fas fa-file-export',
icon: {
//adjust element
element: 'img',
attributes: { src: etIcon },
},
child: [
{
href: '/export/settings',