mirror of
https://github.com/speatzle/nfsense.git
synced 2025-07-17 06:59:09 +00:00
Update Dependencies
This commit is contained in:
parent
1f9c2d62df
commit
64206134ab
9 changed files with 1792 additions and 2264 deletions
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
const props = defineModel<{
|
||||
const props = defineModels<{
|
||||
modelValue: string,
|
||||
}>();
|
||||
let { modelValue } = $(props);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
const props = defineModel<{
|
||||
const props = defineModels<{
|
||||
modelValue: number,
|
||||
min?: number,
|
||||
max?: number,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
const props = defineModel<{
|
||||
const props = defineModels<{
|
||||
modelValue: string,
|
||||
}>();
|
||||
let { modelValue } = $(props);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue