Browse Source

Add profile.js

Daniel Supernault 6 năm trước cách đây
mục cha
commit
e343e07da3
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      resources/assets/js/profile.js

+ 4 - 0
resources/assets/js/profile.js

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