Bug 32030: Fix vue-select CSS import
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 19 Oct 2022 09:54:43 +0000 (11:54 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:44:26 +0000 (09:44 -0300)
commit8f51a052ec2b60b36a671ee0925d4379a6b29a6f
tree1db99acbdca43fd7506623142bbcffaf10af85e1
parente5c4b5ec2fe2bc102371541fc6bcfafb1ffdcbfd
Bug 32030: Fix vue-select CSS import

Fix the following error:

Module not found: Error: Package path ./dist/vue-select.css?vue&type=style&index=0&lang=css is not exported from package /kohadevbox/koha/node_modules/vue-select (see exports field in /kohadevbox/koha/node_modules/vue-select/package.json)
 @ ./koha-tmpl/intranet-tmpl/prog/js/vue/main-erm.ts 11:20-59

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/ERMMain.vue