Fix pdf-parse import - use named import instead of default import
This commit is contained in:
@@ -351,7 +351,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "VQyrOpoG.js",
|
||||
"file": "DN2ohXvH.js",
|
||||
"name": "entry",
|
||||
"src": "node_modules/nuxt/dist/app/entry.js",
|
||||
"isEntry": true,
|
||||
@@ -361,14 +361,14 @@ const client_manifest = {
|
||||
"node_modules/nuxt/dist/app/components/error-500.vue"
|
||||
],
|
||||
"css": [
|
||||
"entry.MPdX8RgU.css"
|
||||
"entry.DX4WLXSP.css"
|
||||
],
|
||||
"assets": [
|
||||
"Harheimer TC.CKfYAfp1.svg"
|
||||
]
|
||||
},
|
||||
"entry.MPdX8RgU.css": {
|
||||
"file": "entry.MPdX8RgU.css",
|
||||
"entry.DX4WLXSP.css": {
|
||||
"file": "entry.DX4WLXSP.css",
|
||||
"resourceType": "style",
|
||||
"prefetch": true,
|
||||
"preload": true
|
||||
@@ -414,7 +414,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "ymHW6Y8N.js",
|
||||
"file": "BlTx75vv.js",
|
||||
"name": "einstellungen",
|
||||
"src": "pages/cms/einstellungen.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -436,7 +436,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "hAK2ePWh.js",
|
||||
"file": "G3v2TcOj.js",
|
||||
"name": "geschichte",
|
||||
"src": "pages/cms/geschichte.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -500,7 +500,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "Cw9kVTqB.js",
|
||||
"file": "C8Sqpv2D.js",
|
||||
"name": "tt-regeln",
|
||||
"src": "pages/cms/tt-regeln.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -514,7 +514,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "tipdfAzw.js",
|
||||
"file": "CfC7HTR7.js",
|
||||
"name": "ueber-uns",
|
||||
"src": "pages/cms/ueber-uns.vue",
|
||||
"isDynamicEntry": true,
|
||||
@@ -1056,7 +1056,7 @@ const client_manifest = {
|
||||
"module": true,
|
||||
"prefetch": true,
|
||||
"preload": true,
|
||||
"file": "-Faq_-9h.js",
|
||||
"file": "B78Xcyyd.js",
|
||||
"name": "vorstand",
|
||||
"src": "pages/vorstand.vue",
|
||||
"isDynamicEntry": true,
|
||||
|
||||
@@ -521,19 +521,19 @@ const _routes = [
|
||||
name: "cms-tt-regeln",
|
||||
path: "/cms/tt-regeln",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./tt-regeln-Dxo59fBp.mjs')
|
||||
component: () => import('./tt-regeln-CzdSgLJc.mjs')
|
||||
},
|
||||
{
|
||||
name: "cms-ueber-uns",
|
||||
path: "/cms/ueber-uns",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./ueber-uns-BLh22oxZ.mjs')
|
||||
component: () => import('./ueber-uns-Bh5wzEzQ.mjs')
|
||||
},
|
||||
{
|
||||
name: "cms-geschichte",
|
||||
path: "/cms/geschichte",
|
||||
meta: { "middleware": "auth" },
|
||||
component: () => import('./geschichte-DXjONVys.mjs')
|
||||
component: () => import('./geschichte-CiAph72d.mjs')
|
||||
},
|
||||
{
|
||||
name: "mitgliedschaft",
|
||||
@@ -569,7 +569,7 @@ const _routes = [
|
||||
name: "cms-einstellungen",
|
||||
path: "/cms/einstellungen",
|
||||
meta: { ...__nuxt_page_meta$4 || {}, ...{ "middleware": "auth" } },
|
||||
component: () => import('./einstellungen-DPlXd0kC.mjs')
|
||||
component: () => import('./einstellungen-D4Ua-Zgq.mjs')
|
||||
},
|
||||
{
|
||||
name: "verein-geschichte",
|
||||
|
||||
Reference in New Issue
Block a user