Commit 97149f41 authored by Viral Solani's avatar Viral Solani

resolve vue error

parent 322f2480
...@@ -13,7 +13,7 @@ require('../bootstrap'); ...@@ -13,7 +13,7 @@ require('../bootstrap');
* or customize the JavaScript scaffolding to fit your unique needs. * or customize the JavaScript scaffolding to fit your unique needs.
*/ */
Vue.component('flash', require('../components/Flash.vue')); Vue.component('flash', require('../components/Flash.vue').default);
Vue.component('example', require('../components/frontend/Example.vue')); Vue.component('example', require('../components/frontend/Example.vue'));
const app = new Vue({ const app = new Vue({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment