Add profile.js

This commit is contained in:
Daniel Supernault 2019-02-10 21:24:57 -07:00
parent 9b0d3abdf7
commit e343e07da3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 0 deletions

4
resources/assets/js/profile.js vendored Normal file
View File

@ -0,0 +1,4 @@
Vue.component(
'profile',
require('./components/Profile.vue').default
);