This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
oleg
/
pixelfed
同期ミラー
https://github.com/pixelfed/pixelfed.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Add profile.js
Daniel Supernault
6 年 前
親
9b0d3abdf7
コミット
e343e07da3
1 ファイル変更
、
4 行追加
、
0 行削除
分割表示
差分情報を表示
4
0
resources/assets/js/profile.js
+ 4
- 0
resources/assets/js/profile.js
ファイルの表示
@@ -0,0 +1,4 @@
+Vue.component(
+ 'profile',
+ require('./components/Profile.vue').default
+);