We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5085ead commit 7079b15Copy full SHA for 7079b15
custom/completionInput.vue
@@ -76,7 +76,7 @@ import { AdminForthColumnCommon } from '@/types/Common';
76
import { Spinner, Tooltip } from '@/afcl';
77
import { IconMagic, IconCheck, IconArrowRightThin } from '@iconify-prerendered/vue-mdi';
78
import SuggestionInput from 'vue-suggestion-input';
79
-import 'vue-suggestion-input/dist/style.css';
+import 'vue-suggestion-input/dist/vue-suggestion-input.css';
80
81
const props = defineProps<{
82
column: AdminForthColumnCommon,
0 commit comments