mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-26 05:04:54 +00:00
Move base-select into base
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<script setup>
|
||||
import { computed } from 'vue'
|
||||
import BaseMultiselect from '@/scripts/components/base-select/BaseMultiselect.vue'
|
||||
import BaseMultiselect from '@/scripts/components/base/base-select/BaseMultiselect.vue'
|
||||
|
||||
const props = defineProps({
|
||||
modelValue: {
|
||||
|
||||
Reference in New Issue
Block a user