fix(ipv4-converter): removed readonly on input

This commit is contained in:
Corentin Thomasset 2023-05-15 09:55:25 +02:00
parent f7fc779e63
commit 9cb312aad4
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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 />