mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 10:38:20 +00:00
Fix NumberBox console warnings
This commit is contained in:
parent
7d4049c90a
commit
833e3761a1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
const props = defineModels<{
|
||||
modelValue: number,
|
||||
modelValue?: number,
|
||||
min?: number,
|
||||
max?: number,
|
||||
}>();
|
||||
|
|
Loading…
Add table
Reference in a new issue