Skip to content

Commit 7079b15

Browse files
committed
fix: fix styles import for vue-suggestion-input
1 parent 5085ead commit 7079b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/completionInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ import { AdminForthColumnCommon } from '@/types/Common';
7676
import { Spinner, Tooltip } from '@/afcl';
7777
import { IconMagic, IconCheck, IconArrowRightThin } from '@iconify-prerendered/vue-mdi';
7878
import SuggestionInput from 'vue-suggestion-input';
79-
import 'vue-suggestion-input/dist/style.css';
79+
import 'vue-suggestion-input/dist/vue-suggestion-input.css';
8080
8181
const props = defineProps<{
8282
column: AdminForthColumnCommon,

0 commit comments

Comments
 (0)