Adding Dynamic Input Fields With VueJs
问题 I'm using Laravel 5.7 & VueJs 2.5.* ... I know how to add input fields dynamically but for my app i don't understand how to do. I have 'TicketInvoice.Vue', In that page i have a bootstrap modal to create & update my invoices. I have 2 saperate DB table one for TicketInvoice and other for TicketInvoiceItems .... TicketInvoiceItems is an array because a TicketInvoice has many TicketInvoiceItems . My <script> tag, Here is all TicketInvoice fields: <script> export default { data() { return {