mirror of https://github.com/pixelfed/pixelfed.git
Add profile.js
This commit is contained in:
parent
9b0d3abdf7
commit
e343e07da3
|
@ -0,0 +1,4 @@
|
|||
Vue.component(
|
||||
'profile',
|
||||
require('./components/Profile.vue').default
|
||||
);
|
Loading…
Reference in New Issue