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