This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
oleg
/
pixelfed
mirror de
https://github.com/pixelfed/pixelfed.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Add profile.js
Daniel Supernault
há 6 anos atrás
pai
9b0d3abdf7
commit
e343e07da3
1 ficheiros alterados
com
4 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
4
0
resources/assets/js/profile.js
+ 4
- 0
resources/assets/js/profile.js
Ver Ficheiro
@@ -0,0 +1,4 @@
+Vue.component(
+ 'profile',
+ require('./components/Profile.vue').default
+);