mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Add profile.js
This commit is contained in:
parent
9b0d3abdf7
commit
e343e07da3
1 changed files with 4 additions and 0 deletions
4
resources/assets/js/profile.js
vendored
Normal file
4
resources/assets/js/profile.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
Vue.component(
|
||||
'profile',
|
||||
require('./components/Profile.vue').default
|
||||
);
|
Loading…
Reference in a new issue