mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
fix errors
This commit is contained in:
@@ -21,7 +21,7 @@ export default {
|
|||||||
css: [],
|
css: [],
|
||||||
|
|
||||||
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
|
// 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
|
// Auto import components: https://go.nuxtjs.dev/config-components
|
||||||
components: true,
|
components: true,
|
||||||
@@ -30,7 +30,7 @@ export default {
|
|||||||
buildModules: [],
|
buildModules: [],
|
||||||
|
|
||||||
// Modules: https://go.nuxtjs.dev/config-modules
|
// Modules: https://go.nuxtjs.dev/config-modules
|
||||||
modules: [],
|
modules: ['bootstrap-vue/nuxt'],
|
||||||
|
|
||||||
// Build Configuration: https://go.nuxtjs.dev/config-build
|
// Build Configuration: https://go.nuxtjs.dev/config-build
|
||||||
build: {}
|
build: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user