sample js component

This commit is contained in:
Taylor Otwell
2016-07-23 13:40:49 -05:00
parent eb289b4170
commit e9fe020c0c
5 changed files with 18 additions and 2 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',