mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +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 -->
|
||||
<script setup lang="ts">
|
||||
import { Index } from "./DropdownInput.vue";
|
||||
import { equals } from "../../util";
|
||||
import { equals, Index } from "../../util";
|
||||
const props = withDefaults(defineProps<{
|
||||
// Two-Way Bindings (v-model)
|
||||
modelValue?: Index[],
|
||||
|
|
Loading…
Add table
Reference in a new issue