mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-24 02:02:35 -04:00
fix(ipv4-converter): removed readonly on input
This commit is contained in:
parent
f7fc779e63
commit
7aed9c56fd
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<c-input-text v-model:value="rawIpAddress" label="The ipv4 address:" placeholder="The ipv4 address..." readonly />
|
||||
<c-input-text v-model:value="rawIpAddress" label="The ipv4 address:" placeholder="The ipv4 address..." />
|
||||
|
||||
<n-divider />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user