Skip to content

Commit

Permalink
Refactor: [Client] 細かな修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Dec 6, 2023
1 parent 77d90aa commit 2ba473f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import TVHome from '@/views/TV/Home.vue';
import TVWatch from '@/views/TV/Watch.vue';
import VideosWatch from '@/views/Videos/Watch.vue';


Vue.use(VueRouter);

const router = new VueRouter({
Expand Down
1 change: 1 addition & 0 deletions client/src/utils/PlayerUtils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

import DPlayer from 'dplayer';


/**
* ライブストリーミング API で設定できる動画の画質
*/
Expand Down
1 change: 1 addition & 0 deletions client/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const dayjs = (date?: ConfigType): Dayjs => {
return dayjsOriginal(date);
};


// 共通ユーティリティをデフォルトとしてインポート
import Utils from '@/utils/Utils';
export default Utils;
Expand Down

0 comments on commit 2ba473f

Please sign in to comment.