mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
Fixed Typescript Error in MultiSelect.vue
- Wrong import from old location
This commit is contained in:
parent
b24bfe626e
commit
69066f0ad2
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
<!-- Wrapper component that sets "multiple" on DropdownInput to true and declares its type to be an array of any -->
|
<!-- Wrapper component that sets "multiple" on DropdownInput to true and declares its type to be an array of any -->
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Index } from "./DropdownInput.vue";
|
import { equals, Index } from "../../util";
|
||||||
import { equals } from "../../util";
|
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
// Two-Way Bindings (v-model)
|
// Two-Way Bindings (v-model)
|
||||||
modelValue?: Index[],
|
modelValue?: Index[],
|
||||||
|
|
Loading…
Add table
Reference in a new issue