mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
refactor(ui): replaced some n-input to c-input (#505)
This commit is contained in:
committed by
GitHub
parent
5c3bebfe62
commit
05ea545475
@@ -7,7 +7,7 @@ const text = ref('');
|
||||
|
||||
<template>
|
||||
<c-card>
|
||||
<n-input v-model:value="text" type="textarea" placeholder="Your text..." rows="5" />
|
||||
<c-input-text v-model:value="text" multiline placeholder="Your text..." rows="5" />
|
||||
|
||||
<div mt-5 flex>
|
||||
<n-statistic label="Character count" :value="text.length" flex-1 />
|
||||
|
||||
Reference in New Issue
Block a user