Remove vue for now

This commit is contained in:
Daniel Supernault 2018-04-15 19:29:16 -06:00
parent 6982e8672a
commit a13cdefa8c
2 changed files with 0 additions and 35 deletions

View file

@ -7,16 +7,4 @@
require('./bootstrap');
window.Vue = require('vue');
/**
* Next, we will create a fresh Vue application instance and attach it to
* the page. Then, you may begin adding components to this application
* or customize the JavaScript scaffolding to fit your unique needs.
*/
Vue.component('example-component', require('./components/ExampleComponent.vue'));
const app = new Vue({
el: '#app'
});