mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
Fixed warning for MultilineTextBox
This commit is contained in:
parent
871d3f2303
commit
c74ba7b321
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|
||||||
const props = defineModels<{
|
const props = defineModels<{
|
||||||
modelValue: string,
|
modelValue?: string,
|
||||||
}>();
|
}>();
|
||||||
let { modelValue } = $(props);
|
let { modelValue } = $(props);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue