mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Customers tax id field
This commit is contained in:
5
resources/scripts/main.js
vendored
5
resources/scripts/main.js
vendored
@@ -14,11 +14,10 @@ import.meta.glob([
|
||||
|
||||
window.pinia = pinia
|
||||
window.Vuelidate = Vuelidate
|
||||
|
||||
import InvoiceShelf from './InvoiceShelf'
|
||||
import InvoiceShelf from './InvoiceShelf.js'
|
||||
|
||||
window.Vue = Vue
|
||||
window.router = router
|
||||
window.VueRouter = VueRouter
|
||||
|
||||
window.InvoiceShelf = new InvoiceShelf()
|
||||
window.InvoiceShelf = new InvoiceShelf()
|
||||
Reference in New Issue
Block a user