Skip to content

Commit 63b3a4f

Browse files
committed
fix: update vue-suggestion-input to version 1.0.17 and adjust related imports
1 parent 42eea0f commit 63b3a4f

File tree

4 files changed

+74
-74
lines changed

4 files changed

+74
-74
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/vue-suggestion-input.css';
79+
import 'vue-suggestion-input/dist/style.css';
8080
8181
const props = defineProps<{
8282
column: AdminForthColumnCommon,

custom/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"@iconify-prerendered/vue-mdi": "^0.28.1737398331",
14-
"vue-suggestion-input": "^1.0.16"
14+
"vue-suggestion-input": "^1.0.17"
1515
}
1616
}

custom/pnpm-lock.yaml

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)