From 9b00751a6e96e4683f5641b96f2a2bf0e2e902bc Mon Sep 17 00:00:00 2001 From: timothypidashev Date: Thu, 15 Jul 2021 02:45:51 +0000 Subject: [PATCH] add bootstrap into module exports --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 87547b1..d860bd8 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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: {}