v6 update

This commit is contained in:
Mohit Panjwani
2022-01-10 16:06:17 +05:30
parent b770e6277f
commit bdea879273
722 changed files with 19047 additions and 9186 deletions

View File

@ -0,0 +1,19 @@
import addressStub from '@/scripts/admin/stub/address.js'
export default function () {
return {
name: '',
contact_name: '',
email: '',
phone: null,
password: '',
confirm_password:'',
currency_id: null,
website: null,
billing: { ...addressStub },
shipping: { ...addressStub },
customFields: [],
fields: [],
enable_portal: false,
}
}