This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Add profile.js
Daniel Supernault
6 năm trước cách đây
mục cha
9b0d3abdf7
commit
e343e07da3
1 tập tin đã thay đổi
với
4 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
4
0
resources/assets/js/profile.js
+ 4
- 0
resources/assets/js/profile.js
Xem Tập Tin
@@ -0,0 +1,4 @@
+Vue.component(
+ 'profile',
+ require('./components/Profile.vue').default
+);