mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-29 17:01:07 -04:00
Init commit
This commit is contained in:
18
src/views/InvoicePrint.vue
Normal file
18
src/views/InvoicePrint.vue
Normal file
@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<div>
|
||||
<InvoiceForm/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import InvoiceForm from '../components/invoices/InvoiceForm';
|
||||
|
||||
export default {
|
||||
name: 'client',
|
||||
components: {
|
||||
InvoiceForm,
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user