From 87576c3b76c9a26f79a6b5d1f4a3d6de683987c8 Mon Sep 17 00:00:00 2001 From: timothypidashev Date: Thu, 15 Jul 2021 02:41:55 +0000 Subject: [PATCH] fix errors --- nuxt.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 69e5ba3..d860bd8 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -21,7 +21,7 @@ export default { css: [], // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins - plugins: ['~/plugins/bootstrap.js'], + plugins: [], // Auto import components: https://go.nuxtjs.dev/config-components components: true, @@ -30,7 +30,7 @@ export default { buildModules: [], // Modules: https://go.nuxtjs.dev/config-modules - modules: [], + modules: ['bootstrap-vue/nuxt'], // Build Configuration: https://go.nuxtjs.dev/config-build build: {}