mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
adjust configs
This commit is contained in:
parent
cf43c32596
commit
f52c8454f9
7
admin/components.d.ts
vendored
7
admin/components.d.ts
vendored
@ -27,7 +27,14 @@ declare module 'vue' {
|
||||
FederationVisualizeItem: typeof import('./src/components/Federation/FederationVisualizeItem.vue')['default']
|
||||
FigureQrCode: typeof import('./src/components/FigureQrCode.vue')['default']
|
||||
IBi0Circle: typeof import('~icons/bi/0-circle')['default']
|
||||
IIcBaselineClose: typeof import('~icons/ic/baseline-close')['default']
|
||||
IOcticonCircleSlash24: typeof import('~icons/octicon/circle-slash24')['default']
|
||||
IOcticonPerson24: typeof import('~icons/octicon/person24')['default']
|
||||
IPhCaretDown: typeof import('~icons/ph/caret-down')['default']
|
||||
IPhCaretUpFill: typeof import('~icons/ph/caret-up-fill')['default']
|
||||
IPhEnvelope: typeof import('~icons/ph/envelope')['default']
|
||||
IPhEvelope: typeof import('~icons/ph/evelope')['default']
|
||||
IPhXCircle: typeof import('~icons/ph/x-circle')['default']
|
||||
NavBar: typeof import('./src/components/NavBar.vue')['default']
|
||||
NotFoundPage: typeof import('./src/components/NotFoundPage.vue')['default']
|
||||
OpenCreationsTable: typeof import('./src/components/Tables/OpenCreationsTable.vue')['default']
|
||||
|
||||
@ -33,8 +33,7 @@ app.use(i18n)
|
||||
app.use(PortalVue)
|
||||
app.use(createBootstrap())
|
||||
|
||||
// app.use(VueApollo)
|
||||
app.use(apolloProvider)
|
||||
app.use(() => apolloProvider)
|
||||
|
||||
app.mixin(toasters)
|
||||
|
||||
|
||||
@ -36,7 +36,6 @@ export default defineConfig({
|
||||
}),
|
||||
Icons({
|
||||
compiler: 'vue3',
|
||||
autoInstall: true,
|
||||
}),
|
||||
,
|
||||
commonjs(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user