This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add profile.js
Daniel Supernault
6 years ago
parent
9b0d3abdf7
commit
e343e07da3
1 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
4
0
resources/assets/js/profile.js
+ 4
- 0
resources/assets/js/profile.js
View File
@@ -0,0 +1,4 @@
+Vue.component(
+ 'profile',
+ require('./components/Profile.vue').default
+);