add temp bootstrap-vue

This commit is contained in:
axolotle
2021-03-01 10:23:25 +01:00
parent 9ffc391722
commit b8465290ce
7 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = {
css: {
loaderOptions: {
sass: {
prependData: '@import "@/assets/scss/variables.scss";'
prependData: '@import "@/assets/scss/_variables.scss";'
}
}
},