refactor(mac-address-generator): improved ux

This commit is contained in:
Corentin Thomasset 2023-10-31 12:24:02 +01:00
parent a3efaae04b
commit 5be20923ed
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -3,7 +3,6 @@ import _ from 'lodash';
import { generateRandomMacAddress } from './mac-adress-generator.models'; import { generateRandomMacAddress } from './mac-adress-generator.models';
import { computedRefreshable } from '@/composable/computedRefreshable'; import { computedRefreshable } from '@/composable/computedRefreshable';
import { useCopy } from '@/composable/copy'; import { useCopy } from '@/composable/copy';
import { useValidation } from '@/composable/validation';
import { usePartialMacAddressValidation } from '@/utils/macAddress'; import { usePartialMacAddressValidation } from '@/utils/macAddress';
const amount = useStorage('mac-address-generator-amount', 1); const amount = useStorage('mac-address-generator-amount', 1);