Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit e88891b

Browse files
committed
refactor: add header comment
1 parent 14dd511 commit e88891b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: src/plugins/constants-inject.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* 定数をグローバルにセットする
2+
* @file 定数をグローバルにセットする
33
*/
44
// https://ja.nuxtjs.org/guide/plugins
55

Diff for: src/plugins/env-inject.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* @file 環境変数をグローバルにセットする
3+
*/
4+
15
import { Context } from '@nuxt/vue-app'
26

37
export default (context: Context): void => {

0 commit comments

Comments
 (0)