[Vuejs]-Compile failed using laravel 5.4 and bootstrap-vue

0👍

It seems, that you try to use single BV component. In that case you need to setup your dev enviroment to be able to compile BV sources by installing babel plugin https://babeljs.io/docs/plugins/transform-object-rest-spread/ and configuring babel to include node_modules/bootstrap-vue/lib folder

Leave a comment