This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
oleg
/
pixelfed
kopia lustrzana
https://github.com/pixelfed/pixelfed.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Add profile.js
Daniel Supernault
6 lat temu
rodzic
9b0d3abdf7
commit
e343e07da3
1 zmienionych plików
z
4 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
4
0
resources/assets/js/profile.js
+ 4
- 0
resources/assets/js/profile.js
Wyświetl plik
@@ -0,0 +1,4 @@
+Vue.component(
+ 'profile',
+ require('./components/Profile.vue').default
+);