mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
add meta tag
This commit is contained in:
@ -50,7 +50,7 @@ export default {
|
|||||||
Layout.set('layout-default')
|
Layout.set('layout-default')
|
||||||
},
|
},
|
||||||
|
|
||||||
created() {
|
created () {
|
||||||
this.bootstrap().then((res) => {
|
this.bootstrap().then((res) => {
|
||||||
this.setInitialCompany()
|
this.setInitialCompany()
|
||||||
})
|
})
|
||||||
@ -59,7 +59,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
...mapActions(['bootstrap']),
|
...mapActions(['bootstrap']),
|
||||||
...mapActions('company', ['setSelectedCompany']),
|
...mapActions('company', ['setSelectedCompany']),
|
||||||
setInitialCompany() {
|
setInitialCompany () {
|
||||||
let selectedCompany = Ls.get('selectedCompany') !== null
|
let selectedCompany = Ls.get('selectedCompany') !== null
|
||||||
|
|
||||||
if (selectedCompany) {
|
if (selectedCompany) {
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Invoice</title>
|
<title>Invoice</title>
|
||||||
{{-- <link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet"> --}}
|
{{-- <link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet"> --}}
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Invoice</title>
|
<title>Invoice</title>
|
||||||
{{-- <link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet"> --}}
|
{{-- <link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet"> --}}
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Invoice</title>
|
<title>Invoice</title>
|
||||||
{{-- <link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet"> --}}
|
{{-- <link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet"> --}}
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
|||||||
@ -3,6 +3,6 @@
|
|||||||
<div class="notes-label">
|
<div class="notes-label">
|
||||||
Notes
|
Notes
|
||||||
</div>
|
</div>
|
||||||
{{$invoice->notes}}
|
{!! $invoice->notes !!}
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user