Example component.

This commit is contained in:
Taylor Otwell
2016-07-24 23:00:18 -05:00
parent e2b297b9fc
commit 9659e8db11
3 changed files with 35 additions and 10 deletions

View File

@@ -13,6 +13,8 @@ require('./bootstrap');
* the application, or feel free to tweak this setup for your needs.
*/
Vue.component('example', require('./components/Example.vue'));
var app = new Vue({
el: 'body'
});