mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
init crater
This commit is contained in:
11
resources/assets/js/stub/address.js
Normal file
11
resources/assets/js/stub/address.js
Normal file
@ -0,0 +1,11 @@
|
||||
export default {
|
||||
name: null,
|
||||
phone: null,
|
||||
address_street_1: null,
|
||||
address_street_2: null,
|
||||
city_id: null,
|
||||
state_id: null,
|
||||
country_id: null,
|
||||
zip: null,
|
||||
type: null
|
||||
}
|
||||
Reference in New Issue
Block a user