From 6446c8055e01c7c723c24d2d7050f5b7b9e81806 Mon Sep 17 00:00:00 2001 From: athi Date: Tue, 16 Jan 2024 18:33:44 +0100 Subject: [PATCH] updated dependencies stuck on vue router --- assets/vue.config.js | 19 + components/Content.vue | 1 + components/GlobalFooter.vue | 1 + components/GlobalHeader.vue | 1 + nuxt.config.js | 161 +- package.json | 84 +- plugins/amcharts.js | 22 +- plugins/dataframe.js | 8 +- plugins/gtag.js | 13 +- plugins/sentry.client.config.js | 25 +- yarn.lock | 19917 ++++++++++++++---------------- 11 files changed, 9779 insertions(+), 10473 deletions(-) create mode 100644 assets/vue.config.js diff --git a/assets/vue.config.js b/assets/vue.config.js new file mode 100644 index 00000000..c025b733 --- /dev/null +++ b/assets/vue.config.js @@ -0,0 +1,19 @@ +module.exports = { + chainWebpack: config => { + config.resolve.alias.set('vue', '@vue/compat') + + config.module + .rule('vue') + .use('vue-loader') + .tap(options => { + return { + ...options, + compilerOptions: { + compatConfig: { + MODE: 2 + } + } + } + }) + } + } \ No newline at end of file diff --git a/components/Content.vue b/components/Content.vue index d584b6ab..799524f1 100644 --- a/components/Content.vue +++ b/components/Content.vue @@ -1,3 +1,4 @@ +@import