mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
refactor(mac-address-generator): improved ux
This commit is contained in:
parent
a3efaae04b
commit
5be20923ed
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue