From e343e07da38dbbe4fa7b88a40e5cc5e9a4320c34 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 10 Feb 2019 21:24:57 -0700 Subject: [PATCH] Add profile.js --- resources/assets/js/profile.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 resources/assets/js/profile.js diff --git a/resources/assets/js/profile.js b/resources/assets/js/profile.js new file mode 100644 index 000000000..d8711e32d --- /dev/null +++ b/resources/assets/js/profile.js @@ -0,0 +1,4 @@ +Vue.component( + 'profile', + require('./components/Profile.vue').default +); \ No newline at end of file