This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
oleg
/
pixelfed
mirror da
https://github.com/pixelfed/pixelfed.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Add profile.js
Daniel Supernault
6 anni fa
parent
9b0d3abdf7
commit
e343e07da3
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
resources/assets/js/profile.js
+ 4
- 0
resources/assets/js/profile.js
Vedi File
@@ -0,0 +1,4 @@
+Vue.component(
+ 'profile',
+ require('./components/Profile.vue').default
+);