feat(front) : page Ajouter un fournisseur (/suppliers/new) + workflow par onglets (ERP-94) #83

Merged
tristan merged 7 commits from feature/ERP-94-suppliers-new into develop 2026-06-11 07:14:53 +00:00
Showing only changes of commit 556b7026da - Show all commits
@@ -1,4 +1,4 @@
import { describe, it, expect } from 'vitest'
import { describe, it, expect, vi } from 'vitest'
import { mount } from '@vue/test-utils'
import { defineComponent, h, ref, computed } from 'vue'
import { emptyContact } from '~/modules/commercial/types/supplierForm'