Merge branch 'main' into feat/base64-url-encode-option

* main:
  fix(ipv4-converter): removed readonly on input
This commit is contained in:
Carsten Götzinger 2023-05-15 10:22:36 +02:00
commit a90c5c19a8

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